Home
last modified time | relevance | path

Searched defs:next_chunk (Results 1 – 9 of 9) sorted by relevance

/external/rust/cxx/demo/src/
Dmain.rs13 fn next_chunk(buf: &mut MultiBuf) -> &[u8]; in next_chunk() function
38 pub fn next_chunk(buf: &mut MultiBuf) -> &[u8] { in next_chunk() function
/external/python/google-api-python-client/googleapiclient/
Dhttp.py687 def next_chunk(self, num_retries=0): member in MediaIoBaseDownload
914 def next_chunk(self, http=None, num_retries=0): member in HttpRequest
/external/perfetto/src/tracing/core/
Dtrace_buffer.cc336 const ChunkRecord& next_chunk = *GetChunkRecordAt(next_chunk_ptr); in DeleteNextChunksFor() local
/external/webp/src/mux/
Dmuxinternal.c107 WebPChunk* next_chunk = ChunkSearchNextInList(first->next_, tag); in ChunkSearchList() local
/external/compiler-rt/lib/lsan/
Dlsan_common.cc308 uptr next_chunk = frontier->back(); in FloodFillTag() local
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.cpp374 uptr next_chunk = frontier->back(); in FloodFillTag() local
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1741 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS))) macro
/external/libffi/src/
Ddlmalloc.c1741 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS))) macro
/external/dlmalloc/
Dmalloc.c2273 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS))) macro