Home
last modified time | relevance | path

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

/scripts/
Dbin2c.c14 int ch, total = 0; in main() local
23 total++; in main()
25 if (total % 16 == 0) in main()
33 argv[1], total); in main()
Dleaking_addresses.pl521 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
523 printf "\nTotal number of results from scan (incl dmesg): %d\n", $total;
558 my $total = 0; # Total number of lines parsed.
565 $total++;
576 return $total, \@dmesg, \%paths, \%files;
Dkallsyms.c302 int c, rlen, total=0; in expand_symbol() local
310 total++; in expand_symbol()
314 total += rlen; in expand_symbol()
322 return total; in expand_symbol()
/scripts/kconfig/
Dnconf.gui.c178 int total = 1; in get_line_no() local
185 total++; in get_line_no()
186 return total; in get_line_no()