Home
last modified time | relevance | path

Searched refs:TIFF_TMSIZE_T_MAX (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_aux.c70 if( first > TIFF_TMSIZE_T_MAX / second ) in _TIFFMultiplySSize()
84 if( val > (uint64)TIFF_TMSIZE_T_MAX ) in _TIFFCastUInt64ToSSize()
Dtif_read.c204 if( read_ahead < TIFF_TMSIZE_T_MAX / 2 ) in TIFFFillStripPartial()
380 if( tif->tif_scanlinesize < TIFF_TMSIZE_T_MAX / 16 && in TIFFSeek()
381 tif->tif_scanlinesize * 16 < TIFF_TMSIZE_T_MAX - 5000 ) in TIFFSeek()
644 if ((TIFFGetStrileOffset(tif, strip) > (uint64)TIFF_TMSIZE_T_MAX)|| in TIFFReadRawStrip1()
649 else if( ma > TIFF_TMSIZE_T_MAX - size ) in TIFFReadRawStrip1()
1134 if ((TIFFGetStrileOffset(tif, tile) > (uint64)TIFF_TMSIZE_T_MAX)||(ma>tif->tif_size)) in TIFFReadRawTile1()
Dtiffiop.h80 #define TIFF_TMSIZE_T_MAX (tmsize_t)(TIFF_SIZE_T_MAX >> 1) macro
Dtif_getimage.c997 if( scanline > 0 && temp > (size_t)(TIFF_TMSIZE_T_MAX / scanline) ) in gtStripContig()
1104 if( scanline > 0 && temp > (size_t)(TIFF_TMSIZE_T_MAX / scanline) ) in gtStripSeparate()
Dtif_pixarlog.c650 else if (m1 > TIFF_TMSIZE_T_MAX - m2) in add_ms()