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

  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 427 long ltemp; local
435 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
437 if (ltemp <= 0)
439 if (ltemp < (long) numrows)
440 rowsperchunk = (JDIMENSION) ltemp;
480 long ltemp; local
487 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
489 if (ltemp <= 0)
491 if (ltemp < (long) numrows)
492 rowsperchunk = (JDIMENSION) ltemp;
825 long ltemp; local
910 long ltemp; local
    [all...]
  /external/jpeg/
jmemmgr.c 403 long ltemp; local
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
408 if (ltemp <= 0)
410 if (ltemp < (long) numrows)
411 rowsperchunk = (JDIMENSION) ltemp;
451 long ltemp; local
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
456 if (ltemp <= 0)
458 if (ltemp < (long) numrows)
459 rowsperchunk = (JDIMENSION) ltemp;
792 long ltemp; local
877 long ltemp; local
    [all...]

Completed in 64 milliseconds