Searched refs:bytecount (Results 1 – 5 of 5) sorted by relevance
713 uint64 bytecount; in TIFFReadRawStrip() local732 if ((int64)bytecount <= 0) { in TIFFReadRawStrip()736 (unsigned __int64) bytecount, in TIFFReadRawStrip()746 bytecountm = (tmsize_t)bytecount; in TIFFReadRawStrip()772 if ((int64)bytecount <= 0) { in TIFFFillStrip()814 bytecount = newbytecount; in TIFFFillStrip()843 (unsigned __int64) bytecount); in TIFFFillStrip()897 bytecountm=(tmsize_t)bytecount; in TIFFFillStrip()1219 if ((int64)bytecount <= 0) { in TIFFFillTile()1261 bytecount = newbytecount; in TIFFFillTile()[all …]
153 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64() local155 if (bytecount == 0) in TIFFRawStripSize64()160 (unsigned __int64) bytecount, in TIFFRawStripSize64()165 (unsigned long long) bytecount, in TIFFRawStripSize64()168 bytecount = (uint64) -1; in TIFFRawStripSize64()171 return bytecount; in TIFFRawStripSize64()
5713 uint64 bytecount; in ChopUpSingleUncompressedStrip() local5724 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip()5728 if( bytecount == 0 && tif->tif_mode != O_RDONLY ) in ChopUpSingleUncompressedStrip()5793 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()5794 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()5798 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
1063 uint32 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip() local1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
334 uncompressed files whose bytecount is 0. Before the change of 2016-12-03,335 the condition bytecount==0 used to trigger an early exit/disabling of490 when bytecount > tif_rawdatasize.
Completed in 20 milliseconds