Home | History | Annotate | Download | only in jpeg

Lines Matching full:chunk

156   JDIMENSION rowsperchunk;	/* allocation chunk size in mem_buffer */
172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
201 fprintf(stderr, " Large chunk used %ld\n",
207 fprintf(stderr, " Small chunk used %ld free %ld\n",
405 /* Calculate max # of rows allowed in one allocation chunk */
453 /* Calculate max # of rows allowed in one allocation chunk */
697 /* Loop to read or write each allocation chunk in mem_buffer */
699 /* One chunk, but check for short chunk at end of buffer */
706 if (rows <= 0) /* this chunk might be past end of file! */
730 /* Loop to read or write each allocation chunk in mem_buffer */
732 /* One chunk, but check for short chunk at end of buffer */
739 if (rows <= 0) /* this chunk might be past end of file! */