Searched refs:TIFF_UINT64_MAX (Results 1 – 4 of 4) sorted by relevance
49 if (second && first > TIFF_UINT64_MAX / second) { in _TIFFMultiply64()
90 #define TIFF_UINT64_MAX (((uint64)(TIFF_UINT32_MAX)) << 32 | TIFF_UINT32_MAX) macro
47 #define TIFF_INT64_MAX ((int64)(TIFF_UINT64_MAX >> 1))3559 scanlinesize > TIFF_UINT64_MAX / tif->tif_dir.td_imagelength ) in ByteCountLooksBad()4558 if( dp->tdir_count > TIFF_UINT64_MAX / typewidth ) in EstimateStripByteCounts()4571 if( space > TIFF_UINT64_MAX - datasize ) in EstimateStripByteCounts()4592 if (td->td_stripoffset_p[strip] > TIFF_UINT64_MAX - td->td_stripbytecount_p[strip]) in EstimateStripByteCounts()4612 if( rowbytes > 0 && rowsperstrip > TIFF_UINT64_MAX / rowbytes ) in EstimateStripByteCounts()5775 if( last_offset > TIFF_UINT64_MAX - last_bytecount || in allocChoppedUpStripArrays()
1336 … (sp->jpeg_interchange_format > TIFF_UINT64_MAX - sp->jpeg_interchange_format_length) || in OJPEGReadHeaderInfoSec()2076 else if (sp->in_buffer_file_pos > TIFF_UINT64_MAX - sp->in_buffer_file_togo || in OJPEGReadBufferFill()