Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1836 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~SIZE_BITS) )) macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mp4_module.c2798 uint32_t start_sample, chunk, samples, id, next_chunk, n, in ngx_http_mp4_crop_stsc_data() local