Home
last modified time | relevance | path

Searched refs:summand2 (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c450 checkAdd64(uint64 summand1, uint64 summand2, T2P* t2p) in checkAdd64() argument
452 uint64 bytes = summand1 + summand2; in checkAdd64()