HomeSort by relevance Sort by last modified time
    Searched refs:small_pool_hdr (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 104 } small_pool_hdr; typedef in typeref:struct:small_pool_struct
280 if ((SIZEOF(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > MAX_ALLOC_CHUNK)
298 min_request = SIZEOF(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1;
328 data_ptr += SIZEOF(small_pool_hdr); /* ...by skipping the header... */
393 data_ptr += SIZEOF(small_pool_hdr); /* ...by skipping the header... */
    [all...]
  /external/jpeg/
jmemmgr.c 85 * 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);
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 88 * 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);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 85 * 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);
    [all...]

Completed in 74 milliseconds