Searched refs:total (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
D | bin2c.c | 14 int ch, total = 0; in main() local 23 total++; in main() 25 if (total % 16 == 0) in main() 33 argv[1], total); in main()
|
D | leaking_addresses.pl | 521 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;
|
D | kallsyms.c | 302 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/ |
D | nconf.gui.c | 178 int total = 1; in get_line_no() local 185 total++; in get_line_no() 186 return total; in get_line_no()
|