Home | History | Annotate | Download | only in libtiff

Lines Matching defs:bytecount

5458     uint64 bytecount;
5470 bytecount = td->td_stripbytecount[0];
5500 nstrips64 = TIFFhowmany_64(bytecount, stripbytes);
5525 if (stripbytes > bytecount)
5526 stripbytes = bytecount;
5530 bytecount -= stripbytes;