Home
last modified time | relevance | path

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

/dports/sysutils/afflib/AFFLIBv3-3.7.16/tools/
H A Daffconvert.cpp355 int64_t highest_pagenum = 0; in convert() local
360 if(page_num>highest_pagenum) highest_pagenum = page_num; in convert()
417 …if(!opt_quiet) { printf("Converting page %" I64d " of %" I64d "\r",pagenum,highest_pagenum); fflus… in convert()