Searched defs:cnt (Results 1 - 3 of 3) sorted by relevance

/scripts/kconfig/
H A Dconf.c263 int cnt, def; local
267 cnt = def = 0;
276 cnt++;
278 def = cnt;
282 printf(" %d. %s", cnt, _(menu_get_prompt(child)));
290 if (cnt == 1) {
294 printf("[1-%d", cnt);
302 cnt = def;
303 printf("%d\n", cnt);
317 cnt
[all...]
H A Dconfdata.c991 int cnt, def; local
1004 cnt = 0;
1006 cnt++;
1012 def = (rand() % cnt);
1014 cnt = 0;
1016 if (def == cnt++) {
1052 int i, cnt; local
1071 cnt = sym_get_type(sym) == S_TRISTATE ? 3 : 2;
1072 sym->def[S_DEF_USER].tri = (tristate)(rand() % cnt);
H A Dsymbol.c949 int i, cnt, size; local
952 cnt = size = 0;
964 if (cnt + 1 >= size) {
974 sym_arr[cnt++] = sym;
977 sym_arr[cnt] = NULL;

Completed in 111 milliseconds