Home | History | Annotate | Download | only in libtiff

Lines Matching defs:bytecount

442 	uint64 bytecount;
460 bytecount = td->td_stripbytecount[strip];
461 if ((int64)bytecount <= 0) {
465 (unsigned __int64) bytecount,
470 (unsigned long long) bytecount,
475 bytecountm = (tmsize_t)bytecount;
476 if ((uint64)bytecountm!=bytecount) {
500 uint64 bytecount = td->td_stripbytecount[strip];
501 if ((int64)bytecount <= 0) {
505 (unsigned __int64) bytecount,
510 (unsigned long long) bytecount,
539 * td->td_stripoffset[strip]+bytecount > tif->tif_size
544 if (bytecount > (uint64)tif->tif_size ||
545 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) {
558 (unsigned __int64) bytecount);
566 (unsigned long long) bytecount);
571 tif->tif_rawdatasize = (tmsize_t)bytecount;
574 tif->tif_rawdataloaded = (tmsize_t) bytecount;
590 bytecountm=(tmsize_t)bytecount;
591 if ((uint64)bytecountm!=bytecount)
803 uint64 bytecount = td->td_stripbytecount[tile];
804 if ((int64)bytecount <= 0) {
808 (unsigned __int64) bytecount,
813 (unsigned long long) bytecount,
842 * td->td_stripoffset[tile]+bytecount > tif->tif_size
847 if (bytecount > (uint64)tif->tif_size ||
848 td->td_stripoffset[tile] > (uint64)tif->tif_size - bytecount) {
852 tif->tif_rawdatasize = (tmsize_t)bytecount;
856 tif->tif_rawdataloaded = (tmsize_t) bytecount;
865 bytecountm=(tmsize_t)bytecount;
866 if ((uint64)bytecountm!=bytecount)