/external/pdfium/third_party/libjpeg/ |
jmemsys.h | 22 #define jpeg_get_small jGetSmall macro 35 * memory. (Typically the total amount requested through jpeg_get_small is 38 * and free; in particular, jpeg_get_small must return NULL on failure. 44 EXTERN(void *) jpeg_get_small JPP((j_common_ptr cinfo, size_t sizeofobject)); 64 * be requested in a single call to jpeg_get_large (and jpeg_get_small for that
|
fpdfapi_jmemnobs.c | 45 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
fpdfapi_jmemmgr.c | 81 * request to jpeg_get_small() or jpeg_get_large(). There is no per-object 133 /* This counts total space obtained from jpeg_get_small/large */ 301 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); 306 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ [all...] |
jpeglib.h | 71 #define jpeg_get_small FOXIT_PREFIX(jpeg_get_small) macro [all...] |
/external/libjpeg-turbo/ |
jmemnobs.c | 37 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemsys.h | 25 * memory. (Typically the total amount requested through jpeg_get_small is 28 * and free; in particular, jpeg_get_small must return NULL on failure. 33 EXTERN(void *) jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject); 51 * be requested in a single call to jpeg_get_large (and jpeg_get_small for that
|
jmemmgr.c | 93 * request to jpeg_get_small() or jpeg_get_large(). There is no per-object 134 /* This counts total space obtained from jpeg_get_small/large */ 309 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); 314 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jmemnobs.c | 35 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemsys.h | 25 #define jpeg_get_small jGetSmall macro 38 * memory. (Typically the total amount requested through jpeg_get_small is 41 * and free; in particular, jpeg_get_small must return NULL on failure. 47 EXTERN(void *) jpeg_get_small JPP((j_common_ptr cinfo, size_t sizeofobject)); 67 * be requested in a single call to jpeg_get_large (and jpeg_get_small for that
|
jmemansi.c | 36 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemmgr.c | 80 * request to jpeg_get_small() or jpeg_get_large(). There is no per-object 132 /* This counts total space obtained from jpeg_get_small/large */ 300 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); 305 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ [all...] |