Home | History | Annotate | Download | only in jpeg

Lines Matching refs:ltemp

403   long ltemp;
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;
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;
794 ltemp = (long) end_row - (long) ptr->rows_in_mem;
795 if (ltemp < 0)
796 ltemp = 0; /* don't fall off front end of file */
797 ptr->cur_start_row = (JDIMENSION) ltemp;
877 long ltemp;
879 ltemp = (long) end_row - (long) ptr->rows_in_mem;
880 if (ltemp < 0)
881 ltemp = 0; /* don't fall off front end of file */
882 ptr->cur_start_row = (JDIMENSION) ltemp;