Searched defs:TIFFhowmany_64 (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/third_party/libtiff/ | ||
H A D | tiffiop.h | 254 #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 117 milliseconds