Home
last modified time | relevance | path

Searched defs:first (Results 1 – 4 of 4) 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 Dtiffsplit.c101 static int first = 1; in newfilename() local
H A Dtiffmedian.c422 int first=0, last=0; in splitbox() local
H A Dtiff2pdf.c465 checkMultiply64(uint64 first, uint64 second, T2P* t2p) in checkMultiply64()