HomeSort by relevance Sort by last modified time
    Searched defs:alloc_small (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jmemmgr.c 257 alloc_small (j_common_ptr cinfo, int pool_id, size_t sizeofobject) function
417 result = (JSAMPARRAY) alloc_small(cinfo, pool_id,
465 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id,
536 result = (jvirt_sarray_ptr) alloc_small(cinfo, pool_id,
566 result = (jvirt_barray_ptr) alloc_small(cinfo, pool_id,
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 257 alloc_small (j_common_ptr cinfo, int pool_id, size_t sizeofobject) function
417 result = (JSAMPARRAY) alloc_small(cinfo, pool_id,
465 result = (JBLOCKARRAY) alloc_small(cinfo, pool_id,
536 result = (jvirt_sarray_ptr) alloc_small(cinfo, pool_id,
566 result = (jvirt_barray_ptr) alloc_small(cinfo, pool_id,
    [all...]

Completed in 71 milliseconds