Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/repair/
H A Dsqlite3_checker.tcl49 set pct 00.0
52 puts -nonewline "$idxname: $i of $max rows ($pct%)\r"
81 puts -nonewline "$idxname: $i of $max rows ($pct%)\r"
83 set pct $x
/sqlite-3.40.0/tool/
H A Dfuzzershell.c1055 int pct = (10*iNext)/nIn; in main() local
1056 if( pct!=lastPct ){ in main()
1058 printf(" %d%%", pct*10); in main()
1059 lastPct = pct; in main()
H A Dspaceanal.tcl476 set pct [expr {$compressed_size*100.0/$storage}]
477 set pct [format {%5.1f%%} $pct]
478 statline {Bytes used after compression} $compressed_size $pct