Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxinternal.c107 WebPChunk* next_chunk = ChunkSearchNextInList(first->next_, tag); in ChunkSearchList() local
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Dmuxinternal.c107 WebPChunk* next_chunk = ChunkSearchNextInList(first->next_, tag); in ChunkSearchList() local
/third_party/ffmpeg/libavformat/
Disom.h162 int next_chunk; member
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c1766 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS))) macro
/third_party/libffi/src/
Ddlmalloc.c1741 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS))) macro
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c2271 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS))) macro
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h659 …T* next_chunk(T* p) { size_t HDR_SZ = 4; IM_ASSERT(p >= begin() && p < end()); p =… in next_chunk() function