Searched defs:TIFFhowmany_32 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtiffiop.h249 #define TIFFhowmany_32(x, y) (((uint32)x < (0xffffffff - (uint32)(y-1))) ? \ macro
252 /* Variant of TIFFhowmany_32() that doesn't return 0 if x close to MAXUINT. */
257 #define TIFFroundup_32(x, y) (TIFFhowmany_32(x,y)*(y))

Completed in 229 milliseconds