Searched refs:small_pool_hdr (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djmemmgr.c85 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
98 } small_pool_hdr; typedef in typeref:union:small_pool_struct
266 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
289 min_request = sizeofobject + SIZEOF(small_pool_hdr);
988 SIZEOF(small_pool_hdr);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c88 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
101 } small_pool_hdr; typedef in typeref:union:small_pool_struct
269 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
292 min_request = sizeofobject + SIZEOF(small_pool_hdr);
991 SIZEOF(small_pool_hdr);

Completed in 157 milliseconds