Home
last modified time | relevance | path

Searched defs:NEXT_CHUNK (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h94 #define NEXT_CHUNK(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c))) macro
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc_impl.h78 #define NEXT_CHUNK(c) ((struct chunk *)((char *)(c) + CHUNK_SIZE(c))) macro
/third_party/alsa-lib/src/topology/
H A Dsave.c23 #define NEXT_CHUNK(val, shift) ((((val) >> (shift)) + 1) << (shift)) macro

Completed in 2 milliseconds