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

  /external/libjpeg-turbo/
jmemmgr.c 105 } small_pool_hdr; typedef in typeref:struct:small_pool_struct
281 if ((sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > MAX_ALLOC_CHUNK)
299 min_request = sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1;
329 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */
393 data_ptr += sizeof(small_pool_hdr); /* ...by skipping the header... */
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jmemmgr.c 86 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
99 } small_pool_hdr; typedef in typeref:union:small_pool_struct
267 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
290 min_request = sizeofobject + SIZEOF(small_pool_hdr);
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c 87 * field. This forces the compiler to make SIZEOF(small_pool_hdr) a multiple
100 } small_pool_hdr; typedef in typeref:union:small_pool_struct
268 if (sizeofobject > (size_t) (MAX_ALLOC_CHUNK-SIZEOF(small_pool_hdr)))
291 min_request = sizeofobject + SIZEOF(small_pool_hdr);
    [all...]

Completed in 3163 milliseconds