Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 7 of 7) sorted by relevance

/buildroot/support/kconfig/
A Dconf.c262 int cnt, def; in conf_choice() local
266 cnt = def = 0; in conf_choice()
275 cnt++; in conf_choice()
277 def = cnt; in conf_choice()
289 if (cnt == 1) { in conf_choice()
293 printf("[1-%d?]: ", cnt); in conf_choice()
298 cnt = def; in conf_choice()
299 printf("%d\n", cnt); in conf_choice()
312 cnt = def; in conf_choice()
314 cnt = atoi(line); in conf_choice()
[all …]
A Dconfdata.c1093 int cnt, def; in randomize_choice_values() local
1106 cnt = 0; in randomize_choice_values()
1108 cnt++; in randomize_choice_values()
1114 def = (rand() % cnt); in randomize_choice_values()
1116 cnt = 0; in randomize_choice_values()
1118 if (def == cnt++) { in randomize_choice_values()
1159 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y in conf_set_all_new_symbols() local
1228 cnt = rand() % 100; in conf_set_all_new_symbols()
1230 if (cnt < pty) in conf_set_all_new_symbols()
1232 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
[all …]
A Dsymbol.c1044 int i, cnt, size; in sym_re_search() local
1048 cnt = size = 0; in sym_re_search()
1060 if (cnt >= size) { in sym_re_search()
1072 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search()
1073 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
1074 sym_match_arr[cnt++].sym = sym; in sym_re_search()
1077 qsort(sym_match_arr, cnt, sizeof(struct sym_match), sym_rel_comp); in sym_re_search()
1078 sym_arr = malloc((cnt+1) * sizeof(struct symbol *)); in sym_re_search()
1081 for (i = 0; i < cnt; i++) in sym_re_search()
1083 sym_arr[cnt] = NULL; in sym_re_search()
/buildroot/package/ebtables/
A D0001-replace-ebtables-save-perl-script-with-bash.patch42 +cnt=""
43 +[ "x$EBTABLES_SAVE_COUNTER" = "xyes" ] && cnt="--Lc"
46 + table=$($EBTABLES -t $table_name -L $cnt)
65 + if [ "$cnt" = "--Lc" ]; then
/buildroot/package/dvblast/
A D0001-missing-lm.patch28 …OBJ_DVBLAST = dvblast.o util.o dvb.o udp.o asi.o demux.o output.o en50221.o comm.o mrtg-cnt.o asi-…
/buildroot/fs/ubifs/
A DConfig.in27 here is passed to the -c/--max-leb-cnt option of mkfs.ubifs.
/buildroot/package/nuttcp/
A D0001-susv3-legacy.patch180 cnt = 0;
194 nbytes += cnt;

Completed in 17 milliseconds