Searched refs:TIFFroundup_64 (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_write.c248 (tmsize_t)TIFFroundup_64((uint64)(td->td_stripbytecount[strip] + 1), 1024))) )
399 (tmsize_t)TIFFroundup_64((uint64)(td->td_stripbytecount[tile] + 1), 1024))) )
H A Dtiffiop.h256 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y)) macro
H A Dtif_read.c932 tif->tif_rawdatasize = (tmsize_t)TIFFroundup_64((uint64)size, 1024);
/external/opencv3/3rdparty/libtiff/
H A Dtiffiop.h251 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y)) macro
H A Dtif_read.c932 tif->tif_rawdatasize = (tmsize_t)TIFFroundup_64((uint64)size, 1024);

Completed in 69 milliseconds