Searched refs:totallen (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdmarker.c | 608 JLONG totallen = (JLONG)datalen + remaining; in examine_app0() local 639 totallen -= APP0_DATA_LEN; in examine_app0() 640 if (totallen != ((JLONG)data[12] * (JLONG)data[13] * (JLONG)3)) in examine_app0() 641 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int)totallen); in examine_app0() 654 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int)totallen); in examine_app0() 657 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int)totallen); in examine_app0() 660 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int)totallen); in examine_app0() 663 TRACEMS2(cinfo, 1, JTRC_JFIF_EXTENSION, data[5], (int)totallen); in examine_app0() 668 TRACEMS1(cinfo, 1, JTRC_APP0, (int)totallen); in examine_app0()
|
/third_party/curl/lib/ |
H A D | content_encoding.c | 378 const ssize_t totallen = len; in check_gzip_header() local 448 *headerlen = totallen - len; in check_gzip_header()
|
Completed in 4 milliseconds