Home
last modified time | relevance | path

Searched defs:byte_count (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/bionic/linker/
H A Dlinker_memory.cpp71 void* malloc(size_t byte_count) { in malloc()
75 void* memalign(size_t alignment, size_t byte_count) { in memalign()
79 void* aligned_alloc(size_t alignment, size_t byte_count) { in aligned_alloc()
87 void* realloc(void* p, size_t byte_count) { in realloc()
92 size_t byte_count; in reallocarray() local
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file.cc74 static ssize_t pread(int fd, void* data, size_t byte_count, off64_t offset) { in pread()
371 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read()
397 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
430 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric()
446 bool FdFile::ReadFully(void* buffer, size_t byte_count) { in ReadFully()
450 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully()
455 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric()
474 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully()
478 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully()
/aosp_15_r20/art/libartbase/base/
H A Dmem_map.cc188 bool MemMap::CheckMapRequest(uint8_t* expected_ptr, void* actual_ptr, size_t byte_count, in CheckMapRequest()
234 size_t byte_count, in CheckReservation()
309 size_t byte_count, in MapAnonymous()
400 size_t byte_count, in MapAnonymousAligned()
429 MemMap MemMap::MapPlaceholder(const char* name, uint8_t* addr, size_t byte_count) { in MapPlaceholder()
519 size_t byte_count, in MapFileAtAddress()
819 MemMap MemMap::TakeReservedMemory(size_t byte_count, bool reuse) { in TakeReservedMemory()
826 void MemMap::ReleaseReservedMemory(size_t byte_count) { in ReleaseReservedMemory()
H A Dmem_map.h163 size_t byte_count, in MapAnonymous()
177 size_t byte_count, in MapAnonymous()
202 static MemMap MapFile(size_t byte_count, in MapFile()
223 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/system/libbase/
H A Dfile.cpp321 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully()
340 static ssize_t pread(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) { in pread()
355 static ssize_t pwrite(borrowed_fd fd, const void* data, size_t byte_count, off64_t offset) { in pwrite()
371 bool ReadFullyAtOffset(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset()
387 bool WriteFullyAtOffset(borrowed_fd fd, const void* data, size_t byte_count, off64_t offset) { in WriteFullyAtOffset()
400 bool WriteFully(borrowed_fd fd, const void* data, size_t byte_count) { in WriteFully()
H A Dabi_compatibility.cpp56 bool ReadFully(int fd, void* data, size_t byte_count) { in ReadFully()
60 bool ReadFullyAtOffset(int fd, void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset()
64 bool WriteFully(int fd, const void* data, size_t byte_count) { in WriteFully()
/aosp_15_r20/external/curl/lib/
H A Dsmb.c132 unsigned short byte_count; member
152 unsigned short byte_count; member
161 unsigned short byte_count; member
180 unsigned short byte_count; member
211 unsigned short byte_count; member
227 unsigned short byte_count; member
235 unsigned short byte_count; member
240 unsigned short byte_count; member
634 const size_t byte_count = sizeof(lm) + sizeof(nt) + in smb_send_setup() local
680 const size_t byte_count = strlen(conn->host.name) + strlen(smbc->share) + in smb_send_tree_connect() local
[all …]
/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h47 size_t byte_count, in AllocObjectWithAllocator()
288 size_t byte_count, in AllocLargeObject()
439 inline bool Heap::ShouldAllocLargeObject(ObjPtr<mirror::Class> c, size_t byte_count) const { in ShouldAllocLargeObject()
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dmem_map.h141 size_t byte_count, in MapAnonymous()
155 size_t byte_count, in MapAnonymous()
180 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dmem_map.h141 size_t byte_count, in MapAnonymous()
155 size_t byte_count, in MapAnonymous()
180 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dmem_map.h153 size_t byte_count, in MapAnonymous()
167 size_t byte_count, in MapAnonymous()
192 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dmem_map.h141 size_t byte_count, in MapAnonymous()
155 size_t byte_count, in MapAnonymous()
180 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dmem_map.h157 size_t byte_count, in MapAnonymous()
171 size_t byte_count, in MapAnonymous()
196 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dmem_map.h157 size_t byte_count, in MapAnonymous()
171 size_t byte_count, in MapAnonymous()
196 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dmem_map.h157 size_t byte_count, in MapAnonymous()
171 size_t byte_count, in MapAnonymous()
196 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dmem_map.h157 size_t byte_count, in MapAnonymous()
171 size_t byte_count, in MapAnonymous()
196 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dmem_map.h157 size_t byte_count, in MapAnonymous()
171 size_t byte_count, in MapAnonymous()
196 static MemMap MapFile(size_t byte_count, in MapFile()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c112 struct pipe_resource *src, unsigned byte_count, in si_cp_dma_prepare()
164 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_clear_buffer() local
290 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(sctx)); in si_cp_dma_copy_buffer() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_cp_dma.c180 radv_cp_dma_prepare(struct radv_cmd_buffer *cmd_buffer, uint64_t byte_count, uint64_t remaining_siz… in radv_cp_dma_prepare()
255 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(gfx_level)); in radv_cp_dma_buffer_copy() local
311 unsigned byte_count = MIN2(size, cp_dma_max_byte_count(gfx_level)); in radv_cp_dma_clear_buffer() local
/aosp_15_r20/frameworks/native/libs/binder/
H A Dfile.cpp29 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully()
45 bool WriteFully(borrowed_fd fd, const void* data, size_t byte_count) { in WriteFully()
/aosp_15_r20/external/cronet/net/socket/
H A Dudp_net_log_parameters.cc18 base::Value::Dict NetLogUDPDataTransferParams(int byte_count, in NetLogUDPDataTransferParams()
42 int byte_count, in NetLogUDPDataTransfer()
/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dutf8range.h59 size_t byte_count = byteCount(c); in codePoint() local
110 auto byte_count = byteCount(*pos); in verify() local
/aosp_15_r20/art/test/ti-agent/
H A Dti_utf.h29 inline size_t CountModifiedUtf8Chars(const char* utf8, size_t byte_count) { in CountModifiedUtf8Chars()
159 size_t byte_count, in ConvertUtf16ToModifiedUtf8()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbit_buffer.cc52 BitBufferWriter::BitBufferWriter(uint8_t* bytes, size_t byte_count) in BitBufferWriter()
65 bool BitBufferWriter::ConsumeBytes(size_t byte_count) { in ConsumeBytes()
/aosp_15_r20/platform_testing/utils/shell-as/
H A Dexecute.cpp174 uint8_t* bytes, size_t byte_count) { in ReadChildMemory()
181 uint8_t const* bytes, size_t byte_count) { in WriteChildMemory()

1234567