Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c6191 #define TIFF_MAX(a,b) (((a)>(b)) ? (a) : (b)) in _TIFFFetchStrileValue() macro
6193 nStripArrayAllocNew = TIFF_MAX(strile + 1, 1024U * 512U ); in _TIFFFetchStrileValue()