Home | History | Annotate | Download | only in libtiff

Lines Matching refs:uInt

743 	sp->stream.avail_in = (uInt) tif->tif_rawcc;
789 sp->stream.avail_in = (uInt) tif->tif_rawcc;
796 sp->stream.avail_out = (uInt) (nsamples * sizeof(uint16));
952 sp->stream.avail_out = (uInt)tif->tif_rawdatasize;
1190 sp->stream.avail_in = (uInt) (n * sizeof(uint16));
1191 if ((sp->stream.avail_in / sizeof(uint16)) != (uInt) n)
1208 sp->stream.avail_out = (uInt) tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in PixarLogPreEncode */
1238 sp->stream.avail_out = (uInt) tif->tif_rawdatasize; /* this is a safe typecast, as check is made already in PixarLogPreEncode */