/external/jpeg/ |
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
|
jmem-android.c | 38 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmem-ashmem.c | 37 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemmac.c | 82 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemname.c | 143 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemmgr.c | 79 * request to jpeg_get_small() or jpeg_get_large(). There is no per-object 131 /* This counts total space obtained from jpeg_get_small/large */ 299 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); 304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ [all...] |
jmemdos.c | 166 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
/external/qemu/distrib/jpeg-6b/ |
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
|
jmem-android.c | 38 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmem-ashmem.c | 36 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemmac.c | 82 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemname.c | 143 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|
jmemmgr.c | 79 * request to jpeg_get_small() or jpeg_get_large(). There is no per-object 131 /* This counts total space obtained from jpeg_get_small/large */ 299 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop); 304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ [all...] |
jmemdos.c | 166 jpeg_get_small (j_common_ptr cinfo, size_t sizeofobject) function
|