Home
last modified time | relevance | path

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

/third_party/rust/crates/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
/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/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
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58314 struct list_head next_chunk; member