Home
last modified time | relevance | path

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

/external/python/google-api-python-client/googleapiclient/
Dhttp.py661 def next_chunk(self, num_retries=0): member in MediaIoBaseDownload
867 def next_chunk(self, http=None, num_retries=0): member in HttpRequest
/external/perfetto/src/tracing/core/
Dtrace_buffer.cc330 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/u-boot/common/
Ddlmalloc.c399 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~PREV_INUSE) )) macro
/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.c1736 #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