Home | History | Annotate | Download | only in libtiff

Lines Matching defs:bytecount

5495 	uint64 bytecount;
5507 bytecount = td->td_stripbytecount[0];
5537 nstrips64 = TIFFhowmany_64(bytecount, stripbytes);
5562 if (stripbytes > bytecount)
5563 stripbytes = bytecount;
5567 bytecount -= stripbytes;