Searched refs:cnt (Results 1 – 5 of 5) sorted by relevance
| /scripts/kconfig/ |
| A D | conf.c | 261 int cnt, def; in conf_choice() local 265 cnt = def = 0; in conf_choice() 274 cnt++; in conf_choice() 276 def = cnt; in conf_choice() 288 if (cnt == 1) { in conf_choice() 292 printf("[1-%d?]: ", cnt); in conf_choice() 297 cnt = def; in conf_choice() 298 printf("%d\n", cnt); in conf_choice() 311 cnt = def; in conf_choice() 313 cnt = atoi(line); in conf_choice() [all …]
|
| A D | confdata.c | 1128 int cnt, def; in randomize_choice_values() local 1141 cnt = 0; in randomize_choice_values() 1143 cnt++; in randomize_choice_values() 1149 def = (rand() % cnt); in randomize_choice_values() 1151 cnt = 0; in randomize_choice_values() 1153 if (def == cnt++) { in randomize_choice_values() 1194 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local 1263 cnt = rand() % 100; in conf_set_all_new_symbols() 1265 if (cnt < pty) in conf_set_all_new_symbols() 1267 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols() [all …]
|
| A D | symbol.c | 955 int i, cnt, size; in sym_re_search() local 959 cnt = size = 0; in sym_re_search() 971 if (cnt >= size) { in sym_re_search() 983 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search() 984 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search() 985 sym_match_arr[cnt++].sym = sym; in sym_re_search() 988 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search() 989 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search() 992 for (i = 0; i < cnt; i++) in sym_re_search() 994 sym_arr[cnt] = NULL; in sym_re_search()
|
| /scripts/ |
| A D | checkpatch.pl | 1972 my ($linenr, $cnt) = @_; 1975 $cnt++; 1978 while ($cnt) { 1981 $cnt--; 1999 my ($linenr, $cnt, $here) = @_; 2815 my $cnt = $realcnt; 2819 $cnt--; 3611 my $cnt = $realcnt; 5897 my $cnt = $realcnt; 6060 my $cnt = $realcnt; [all …]
|
| /scripts/dtc/ |
| A D | checks.c | 1440 int cnt = 0; in check_graph_child_address() local 1453 cnt++; in check_graph_child_address() 1456 if (cnt == 1 && node->addr_cells != -1) in check_graph_child_address()
|
Completed in 22 milliseconds