Searched refs:pct (Results 1 – 3 of 3) sorted by relevance
49 set pct 00.052 puts -nonewline "$idxname: $i of $max rows ($pct%)\r"81 puts -nonewline "$idxname: $i of $max rows ($pct%)\r"83 set pct $x
1055 int pct = (10*iNext)/nIn; in main() local1056 if( pct!=lastPct ){ in main()1058 printf(" %d%%", pct*10); in main()1059 lastPct = pct; in main()
476 set pct [expr {$compressed_size*100.0/$storage}]477 set pct [format {%5.1f%%} $pct]478 statline {Bytes used after compression} $compressed_size $pct