Searched refs:numtoread (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | jdmarker.c | 713 unsigned int i, numtoread; in get_interesting_appn() local 721 numtoread = APPN_DATA_LEN; in get_interesting_appn() 723 numtoread = (unsigned int) length; in get_interesting_appn() 725 numtoread = 0; in get_interesting_appn() 726 for (i = 0; i < numtoread; i++) in get_interesting_appn() 728 length -= numtoread; in get_interesting_appn() 733 examine_app0(cinfo, (JOCTET *) b, numtoread, length); in get_interesting_appn() 736 examine_app14(cinfo, (JOCTET *) b, numtoread, length); in get_interesting_appn()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdmarker.c | 729 unsigned int i, numtoread; in get_interesting_appn() local 737 numtoread = APPN_DATA_LEN; in get_interesting_appn() 739 numtoread = (unsigned int) length; in get_interesting_appn() 741 numtoread = 0; in get_interesting_appn() 742 for (i = 0; i < numtoread; i++) in get_interesting_appn() 744 length -= numtoread; in get_interesting_appn() 749 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn() 752 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length); in get_interesting_appn()
|