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

/external/opencv3/3rdparty/libtiff/
H A Dtiffiop.h249 #define TIFFhowmany_64(x, y) ((((uint64)(x))+(((uint64)(y))-1))/((uint64)(y))) macro
251 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y))
/external/pdfium/third_party/libtiff/
H A Dtiffiop.h254 #define TIFFhowmany_64(x, y) ((((uint64)(x))+(((uint64)(y))-1))/((uint64)(y))) macro
256 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y))

Completed in 73 milliseconds