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

  /external/jpeg/
jcomapi.c 40 for (pool = JPOOL_NUMPOOLS-1; pool > JPOOL_PERMANENT; pool--) {
jmemmgr.c 120 small_pool_ptr small_list[JPOOL_NUMPOOLS];
121 large_pool_ptr large_list[JPOOL_NUMPOOLS];
241 static const size_t first_pool_slop[JPOOL_NUMPOOLS] =
247 static const size_t extra_pool_slop[JPOOL_NUMPOOLS] =
275 if (pool_id < 0 || pool_id >= JPOOL_NUMPOOLS)
359 if (pool_id < 0 || pool_id >= JPOOL_NUMPOOLS)
    [all...]
jpeglib.h     [all...]

Completed in 411 milliseconds