Home
last modified time | relevance | path

Searched defs:second (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_aux.c37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where) in _TIFFMultiply32()
50 _TIFFMultiply64(TIFF* tif, uint64 first, uint64 second, const char* where) in _TIFFMultiply64()
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c465 checkMultiply64(uint64 first, uint64 second, T2P* t2p) in checkMultiply64()