Searched refs:bytecount (Results 1 – 4 of 4) sorted by relevance
465 uint64 bytecount; in TIFFReadRawStrip() local484 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 …]
162 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64() local164 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()
5499 uint64 bytecount; in ChopUpSingleUncompressedStrip() local5511 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()
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()