Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:numtoread

712   unsigned int i, numtoread;
720 numtoread = APPN_DATA_LEN;
722 numtoread = (unsigned int) length;
724 numtoread = 0;
725 for (i = 0; i < numtoread; i++)
727 length -= numtoread;
732 examine_app0(cinfo, (JOCTET *) b, numtoread, length);
735 examine_app14(cinfo, (JOCTET *) b, numtoread, length);