Home
last modified time | relevance | path

Searched refs:choice (Results 1 - 25 of 50) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
28 wmove(win, choice, 0); in print_item()
32 wmove(win, choice, check_x); in print_item()
39 mvwaddch(win, choice, item_x, list_item[0]); in print_item()
43 wmove(win, choice, check_x + 1); in print_item()
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
114 choice = item_n(); in dialog_checklist()
116 choice in dialog_checklist()
[all...]
H A Dmenubox.c89 #define print_item(index, choice, selected) \
92 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
176 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
234 /* Set choice to default item */ in dialog_menu()
237 choice = item_n(); in dialog_menu()
240 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
243 choice = choice - scroll; in dialog_menu()
247 if ((choice > in dialog_menu()
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
28 wmove(win, choice, 0); in print_item()
32 wmove(win, choice, check_x); in print_item()
39 mvwaddch(win, choice, item_x, list_item[0]); in print_item()
43 wmove(win, choice, check_x + 1); in print_item()
52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
72 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
114 choice = item_n(); in dialog_checklist()
116 choice in dialog_checklist()
[all...]
H A Dmenubox.c81 #define print_item(index, choice, selected) \
84 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
226 /* Set choice to default item */ in dialog_menu()
229 choice = item_n(); in dialog_menu()
232 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
235 choice = choice - scroll; in dialog_menu()
239 if ((choice > in dialog_menu()
[all...]
/kernel/linux/linux-5.10/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h29 } choice; member
52 } choice; member
71 } choice; member
93 } choice; member
118 } choice; member
129 } choice; member
168 } choice; member
193 } choice; member
217 } choice; member
382 } choice; member
453 } choice; global() member
481 } choice; global() member
491 } choice; global() member
530 } choice; global() member
579 } choice; global() member
591 } choice; global() member
923 } choice; global() member
[all...]
/kernel/linux/linux-6.6/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h29 } choice; member
52 } choice; member
71 } choice; member
93 } choice; member
118 } choice; member
129 } choice; member
168 } choice; member
193 } choice; member
217 } choice; member
382 } choice; member
453 } choice; global() member
481 } choice; global() member
491 } choice; global() member
530 } choice; global() member
579 } choice; global() member
591 } choice; global() member
923 } choice; global() member
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dscripts.c89 int i, num, choice; in list_scripts() local
129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts()
130 if (choice < 0) { in list_scripts()
134 if (choice == custom_perf) { in list_scripts()
144 } else if (choice < num + max_std) { in list_scripts()
145 strcpy(script_name, paths[choice]); in list_scripts()
147 *custom = choice >= max_std; in list_scripts()
H A Dres_sample.c36 int choice; in res_sample_browse() local
59 choice = ui__popup_menu(num_res, names, NULL); in res_sample_browse()
64 if (choice < 0 || choice >= num_res) in res_sample_browse()
66 r = &res_samples[choice]; in res_sample_browse()
H A Dhists.c2337 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
2396 choice = ui__popup_menu(nr_options, options, NULL); in switch_data_file()
2397 if (choice < nr_options && choice >= 0) { in switch_data_file()
2398 tmp = strdup(abs_path[choice]); in switch_data_file()
3029 int choice; in perf_evsel__hists_browse() local
3034 choice = nr_options = 0; in perf_evsel__hists_browse()
3374 choice = ui__popup_menu(nr_options, options, &key); in perf_evsel__hists_browse()
3375 if (choice == -1) in perf_evsel__hists_browse()
3378 if (choice in perf_evsel__hists_browse()
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dscripts.c89 int i, num, choice; in list_scripts() local
129 choice = ui__popup_menu(num + max_std, (char * const *)names, NULL); in list_scripts()
130 if (choice < 0) { in list_scripts()
134 if (choice == custom_perf) { in list_scripts()
144 } else if (choice < num + max_std) { in list_scripts()
145 strcpy(script_name, paths[choice]); in list_scripts()
147 *custom = choice >= max_std; in list_scripts()
H A Dres_sample.c36 int choice; in res_sample_browse() local
59 choice = ui__popup_menu(num_res, names, NULL); in res_sample_browse()
64 if (choice < 0 || choice >= num_res) in res_sample_browse()
66 r = &res_samples[choice]; in res_sample_browse()
H A Dhists.c2338 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
2397 choice = ui__popup_menu(nr_options, options, NULL); in switch_data_file()
2398 if (choice < nr_options && choice >= 0) { in switch_data_file()
2399 tmp = strdup(abs_path[choice]); in switch_data_file()
3030 int choice; in evsel__hists_browse() local
3035 choice = nr_options = 0; in evsel__hists_browse()
3376 choice = ui__popup_menu(nr_options, options, &key); in evsel__hists_browse()
3377 if (choice == -1) in evsel__hists_browse()
3380 if (choice in evsel__hists_browse()
[all...]
/kernel/uniproton/cmake/common/build_auxiliary_script/
H A Dmake_buildef.py14 def make_buildef(home_path, kconf_dir, choice):
17 if choice == "CREATE":
23 elif choice == "EXPORT":
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_h323_main.c228 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr()
231 switch (taddr->unicastAddress.choice) { in get_h245_addr()
418 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc()
436 choice == in process_olc()
451 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc()
454 choice == eDataApplicationCapability_application_t120 && in process_olc()
456 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc()
457 olc->separateStack.networkAddress.choice == in process_olc()
484 choice == in process_olca()
499 (olca->forwardMultiplexAckParameters.choice in process_olca()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_h323_main.c178 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr()
181 switch (taddr->unicastAddress.choice) { in get_h245_addr()
370 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc()
388 choice == in process_olc()
403 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc()
406 choice == eDataApplicationCapability_application_t120 && in process_olc()
408 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc()
409 olc->separateStack.networkAddress.choice == in process_olc()
436 choice == in process_olca()
451 (olca->forwardMultiplexAckParameters.choice in process_olca()
[all...]
/kernel/uniproton/
H A Dbuild.py73 def prepare_env(self, cpu_type, choice):
78 #根据cpu_type, choice从config文件中获取并初始化初始化hcc_path, plam_type, kconf_dir
81 self.get_config(cpu_type, choice)
95 def __init__(self, cpu_type: str, make_option="normal", lib_run_type="FPGA", choice="ALL", make_phase="ALL",
119 self.make_choice = choice.lower()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dsymbol.c191 * not visible if the corresponding choice's value is in sym_calc_visibility()
239 * Find the default symbol for a choice.
240 * First try the default values for the choice symbol
241 * Next locate the first visible choice value
277 /* first calculate all choice values' visibilities */ in sym_calc_choice()
288 /* is the user choice visible? */ in sym_calc_choice()
296 /* no choice? reset tristate value */ in sym_calc_choice()
509 * setting a choice value also resets the new flag of the choice in sym_set_tristate_value()
510 * symbol and all other choice value in sym_set_tristate_value()
1211 sym_check_choice_deps(struct symbol *choice) sym_check_choice_deps() argument
[all...]
H A Dparser.y236 /* choice entry */
238 choice: T_CHOICE word_opt T_EOL label
245 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
248 choice_entry: choice choice_option_list
255 if (zconf_endtoken($1, "choice")) {
404 current_entry->sym->name ?: "<choice>");
410 current_entry->sym->name ?: "<choice>");
439 | T_ENDCHOICE T_EOL { $$ = "choice"; }
641 fputs(" #choice value\n", out);
H A Dstreamline_config.pl261 } elsif (/^\s*(---)?help(---)?\s*$/ || /^(comment|choice|menu)\b/) {
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c190 * not visible if the corresponding choice's value is in sym_calc_visibility()
238 * Find the default symbol for a choice.
239 * First try the default values for the choice symbol
240 * Next locate the first visible choice value
276 /* first calculate all choice values' visibilities */ in sym_calc_choice()
287 /* is the user choice visible? */ in sym_calc_choice()
295 /* no choice? reset tristate value */ in sym_calc_choice()
508 * setting a choice value also resets the new flag of the choice in sym_set_tristate_value()
509 * symbol and all other choice value in sym_set_tristate_value()
1167 sym_check_choice_deps(struct symbol *choice) sym_check_choice_deps() argument
[all...]
H A Dparser.y227 /* choice entry */
229 choice: T_CHOICE word_opt T_EOL label
236 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
239 choice_entry: choice choice_option_list
246 if (zconf_endtoken($1, "choice")) {
395 current_entry->sym->name ?: "<choice>");
401 current_entry->sym->name ?: "<choice>");
430 | T_ENDCHOICE T_EOL { $$ = "choice"; }
632 fputs(" #choice value\n", out);
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcore-book3s.c894 int n_alt[MAX_HWEVENTS], choice[MAX_HWEVENTS]; in power_check_constraints() local
942 choice[i] = 0; in power_check_constraints()
960 j = choice[i]; in power_check_constraints()
989 choice[i] = j; in power_check_constraints()
1001 event_id[i] = cpuhw->alternatives[i][choice[i]]; in power_check_constraints()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dcore-book3s.c975 int n_alt[MAX_HWEVENTS], choice[MAX_HWEVENTS]; in power_check_constraints() local
1023 choice[i] = 0; in power_check_constraints()
1042 j = choice[i]; in power_check_constraints()
1071 choice[i] = j; in power_check_constraints()
1083 event_id[i] = cpuhw->alternatives[i][choice[i]]; in power_check_constraints()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S12 # This software is available to you under a choice of one of two
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S12 # This software is available to you under a choice of one of two

Completed in 90 milliseconds

12