Searched refs:total (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
A D | verify_builtin_ranges.awk | 37 total = 0; 81 total = 0; 169 FNR == 1 && ARGIND == 5 && total > 0 { 352 total++; 360 if (total) { 362 printf " Correct matches: %6d (%d%% of total)\n", matches, 100 * matches / total; 364 printf " Mismatches: %6d (%d%% of total)\n", mismatches, 100 * mismatches / total; 365 printf " Missing: %6d (%d%% of total)\n", missing, 100 * missing / total;
|
A D | leaking_addresses.pl | 580 my ($total, $dmesg, $paths, $files) = parse_raw_file($file); 582 printf "\nTotal number of results from scan (incl dmesg): %d\n", $total; 617 my $total = 0; # Total number of lines parsed. 624 $total++; 635 return $total, \@dmesg, \%paths, \%files;
|
A D | spdxcheck.py | 35 self.total = 0 39 self.total += 1 438 valid = di.total - di.missing 439 pc = int(100 * valid / di.total) 440 sys.stderr.write(' %-80s: %5d of %5d %3d%%\n' %(f, valid, di.total, pc))
|
A D | kallsyms.c | 291 int c, rlen, total=0; in expand_symbol() local 299 total++; in expand_symbol() 303 total += rlen; in expand_symbol() 311 return total; in expand_symbol()
|
A D | check-uapi.sh | 281 total="$((passed + failed))" 284 "$failed" "$total" "$ARCH" 290 "$total" "$ARCH"
|
/scripts/lib/abi/ |
A D | system_symbols.py | 329 total = len(f_list) 331 if not total: 367 if len(f_list) < total:
|
/scripts/kconfig/ |
A D | nconf.gui.c | 130 int total = 1; in get_line_no() local 137 total++; in get_line_no() 138 return total; in get_line_no()
|
Completed in 10 milliseconds