Home
last modified time | relevance | path

Searched refs:TIFF_UINT64_MAX (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_aux.c49 if (second && first > TIFF_UINT64_MAX / second) { in _TIFFMultiply64()
Dtiffiop.h90 #define TIFF_UINT64_MAX (((uint64)(TIFF_UINT32_MAX)) << 32 | TIFF_UINT32_MAX) macro
Dtif_dirread.c47 #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()
Dtif_ojpeg.c1336 … (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()