Home | History | Annotate | Download | only in libtiff

Lines Matching defs:bytecount

5472 	uint64 bytecount;
5484 bytecount = td->td_stripbytecount[0];
5514 nstrips64 = TIFFhowmany_64(bytecount, stripbytes);
5539 if (stripbytes > bytecount)
5540 stripbytes = bytecount;
5544 bytecount -= stripbytes;