• Home
  • Raw
  • Download

Lines Matching refs:bytecount

442 	uint64 bytecount;  in TIFFReadRawStrip()  local
460 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip()
461 if ((int64)bytecount <= 0) { in TIFFReadRawStrip()
465 (unsigned __int64) bytecount, in TIFFReadRawStrip()
470 (unsigned long long) bytecount, in TIFFReadRawStrip()
475 bytecountm = (tmsize_t)bytecount; in TIFFReadRawStrip()
476 if ((uint64)bytecountm!=bytecount) { in TIFFReadRawStrip()
500 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip() local
501 if ((int64)bytecount <= 0) { in TIFFFillStrip()
505 (unsigned __int64) bytecount, in TIFFFillStrip()
510 (unsigned long long) bytecount, in TIFFFillStrip()
544 if (bytecount > (uint64)tif->tif_size || in TIFFFillStrip()
545 td->td_stripoffset[strip] > (uint64)tif->tif_size - bytecount) { in TIFFFillStrip()
558 (unsigned __int64) bytecount); in TIFFFillStrip()
566 (unsigned long long) bytecount); in TIFFFillStrip()
571 tif->tif_rawdatasize = (tmsize_t)bytecount; in TIFFFillStrip()
574 tif->tif_rawdataloaded = (tmsize_t) bytecount; in TIFFFillStrip()
590 bytecountm=(tmsize_t)bytecount; in TIFFFillStrip()
591 if ((uint64)bytecountm!=bytecount) in TIFFFillStrip()
803 uint64 bytecount = td->td_stripbytecount[tile]; in TIFFFillTile() local
804 if ((int64)bytecount <= 0) { in TIFFFillTile()
808 (unsigned __int64) bytecount, in TIFFFillTile()
813 (unsigned long long) bytecount, in TIFFFillTile()
847 if (bytecount > (uint64)tif->tif_size || in TIFFFillTile()
848 td->td_stripoffset[tile] > (uint64)tif->tif_size - bytecount) { in TIFFFillTile()
852 tif->tif_rawdatasize = (tmsize_t)bytecount; in TIFFFillTile()
856 tif->tif_rawdataloaded = (tmsize_t) bytecount; in TIFFFillTile()
865 bytecountm=(tmsize_t)bytecount; in TIFFFillTile()
866 if ((uint64)bytecountm!=bytecount) in TIFFFillTile()