Searched refs:cnt (Results 1 – 7 of 7) sorted by relevance
| /scripts/kconfig/ |
| A D | conf.c | 126 int cnt = 0; in randomize_choice_values() local 137 cnt++; in randomize_choice_values() 140 while (cnt > 0) { in randomize_choice_values() 163 cnt--; in randomize_choice_values() 178 int cnt; in conf_set_all_new_symbols() local 430 int cnt, def; in conf_choice() local 443 cnt++; in conf_choice() 445 def = cnt; in conf_choice() 467 cnt = def; in conf_choice() 481 cnt = def; in conf_choice() [all …]
|
| A D | symbol.c | 1009 int i, cnt, size; in sym_re_search() local 1013 cnt = size = 0; in sym_re_search() 1025 if (cnt >= size) { in sym_re_search() 1037 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search() 1038 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search() 1039 sym_match_arr[cnt++].sym = sym; in sym_re_search() 1042 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search() 1043 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search() 1046 for (i = 0; i < cnt; i++) in sym_re_search() 1048 sym_arr[cnt] = NULL; in sym_re_search()
|
| /scripts/ |
| A D | recordmcount.c | 111 size_t cnt = count; in uwrite() local 134 cnt = file_end - file_ptr; in uwrite() 136 cnt = 0; in uwrite() 141 if (cnt) in uwrite() 142 memcpy(file_ptr, buf, cnt); in uwrite() 144 if (cnt < count) in uwrite() 145 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite() 279 int cnt = 1; in make_nop_arm() local 287 cnt = 2; in make_nop_arm() 292 cnt = 3; in make_nop_arm() [all …]
|
| A D | checkpatch.pl | 2022 my ($linenr, $cnt) = @_; 2025 $cnt++; 2028 while ($cnt) { 2031 $cnt--; 2049 my ($linenr, $cnt, $here) = @_; 2052 for (my $n = 0; $n < $cnt; $n++) { 2745 my $cnt = $realcnt; 2749 $cnt--; 5926 my $cnt = $realcnt; 6102 my $cnt = $realcnt; [all …]
|
| /scripts/gdb/linux/ |
| A D | interrupts.py | 94 cnt = utils.gdb_eval_or_none("irq_err_count") 96 if cnt is not None: 97 text += "%*s: %10u\n" % (prec, "ERR", cnt['counter']) 150 cnt = utils.gdb_eval_or_none("irq_mis_count") 151 if cnt is not None: 152 text += "%*s: %10u\n" % (prec, "MIS", cnt['counter'])
|
| /scripts/mod/ |
| A D | file2alias.c | 548 int i, byte_shift, cnt = 0; in do_acpi_entry() local 555 sprintf(&alias[cnt], "%02x", in do_acpi_entry() 558 sprintf(&alias[cnt], "??"); in do_acpi_entry() 559 cnt += 2; in do_acpi_entry()
|
| /scripts/dtc/ |
| A D | checks.c | 1893 int cnt = 0; in check_graph_child_address() local 1906 cnt++; in check_graph_child_address() 1909 if (cnt == 1 && node->addr_cells != -1) in check_graph_child_address()
|
Completed in 25 milliseconds