Home
last modified time | relevance | path

Searched refs:bytecount (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_read.c465 uint64 bytecount; in TIFFReadRawStrip() local
484 if ((int64)bytecount <= 0) { in TIFFReadRawStrip()
488 (unsigned __int64) bytecount, in TIFFReadRawStrip()
498 bytecountm = (tmsize_t)bytecount; in TIFFReadRawStrip()
499 if ((uint64)bytecountm!=bytecount) { in TIFFReadRawStrip()
524 if ((int64)bytecount <= 0) { in TIFFFillStrip()
581 (unsigned __int64) bytecount); in TIFFFillStrip()
589 (unsigned long long) bytecount); in TIFFFillStrip()
613 bytecountm=(tmsize_t)bytecount; in TIFFFillStrip()
845 if ((int64)bytecount <= 0) { in TIFFFillTile()
[all …]
H A Dtif_strip.c162 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64() local
164 if (bytecount == 0) in TIFFRawStripSize64()
169 (unsigned __int64) bytecount, in TIFFRawStripSize64()
174 (unsigned long long) bytecount, in TIFFRawStripSize64()
177 bytecount = (uint64) -1; in TIFFRawStripSize64()
180 return bytecount; in TIFFRawStripSize64()
H A Dtif_dirread.c5499 uint64 bytecount; in ChopUpSingleUncompressedStrip() local
5511 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip()
5541 nstrips64 = TIFFhowmany_64(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
5566 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
5567 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
5571 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c1063 uint32 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip() local
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()