Lines Matching refs:bytecount

465 	uint64 bytecount;  in TIFFReadRawStrip()  local
483 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip()
484 if ((int64)bytecount <= 0) { in TIFFReadRawStrip()
488 (unsigned __int64) bytecount, in TIFFReadRawStrip()
493 (unsigned long long) bytecount, in TIFFReadRawStrip()
498 bytecountm = (tmsize_t)bytecount; in TIFFReadRawStrip()
499 if ((uint64)bytecountm!=bytecount) { in TIFFReadRawStrip()
523 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip() local
524 if ((int64)bytecount <= 0) { in TIFFFillStrip()
528 (unsigned __int64) bytecount, in TIFFFillStrip()
533 (unsigned long long) bytecount, in TIFFFillStrip()
567 if (bytecount > (uint64)tif->tif_size || in TIFFFillStrip()
568 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) { in TIFFFillStrip()
581 (unsigned __int64) bytecount); in TIFFFillStrip()
589 (unsigned long long) bytecount); in TIFFFillStrip()
594 tif->tif_rawdatasize = (tmsize_t)bytecount; in TIFFFillStrip()
597 tif->tif_rawdataloaded = (tmsize_t) bytecount; in TIFFFillStrip()
613 bytecountm=(tmsize_t)bytecount; in TIFFFillStrip()
614 if ((uint64)bytecountm!=bytecount) in TIFFFillStrip()
844 uint64 bytecount = td->td_stripbytecount[tile]; in TIFFFillTile() local
845 if ((int64)bytecount <= 0) { in TIFFFillTile()
849 (unsigned __int64) bytecount, in TIFFFillTile()
854 (unsigned long long) bytecount, in TIFFFillTile()
888 if (bytecount > (uint64)tif->tif_size || in TIFFFillTile()
889 td->td_stripoffset[tile] > (uint64)tif->tif_size - bytecount) { in TIFFFillTile()
893 tif->tif_rawdatasize = (tmsize_t)bytecount; in TIFFFillTile()
897 tif->tif_rawdataloaded = (tmsize_t) bytecount; in TIFFFillTile()
906 bytecountm=(tmsize_t)bytecount; in TIFFFillTile()
907 if ((uint64)bytecountm!=bytecount) in TIFFFillTile()