| /src/external/gpl2/texinfo/dist/info/ |
| variables.h | 41 char **choices; /* Array of strings or NULL if numeric only. */ member in struct:__anon9540
|
| /src/external/gpl3/gcc/dist/contrib/ |
| analyze_brprob_spec.py | 33 choices = ['branches', 'branch-hitrate', 'hitrate', 'coverage', 'name'], variable
|
| analyze_brprob.py | 306 choices = ['branches', 'branch-hitrate', 'hitrate', 'coverage', 'name'], variable
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| analyze_brprob_spec.py | 31 choices = ['branches', 'branch-hitrate', 'hitrate', 'coverage', 'name'], variable
|
| analyze_brprob.py | 304 choices = ['branches', 'branch-hitrate', 'hitrate', 'coverage', 'name'], variable
|
| /src/lib/libform/ |
| type_enum.c | 53 char **choices; member in struct:__anon484 88 char **choices; local 94 new->choices = va_arg(*args, char **); 101 /* count the choices we have */ 102 choices = new->choices; 104 while (*choices != NULL) { 106 new->num_choices, new->choices[new->num_choices]); 108 choices++; 110 _formi_dbg_printf("%s: have %u choices\n", __func__ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| multilib-generator | 140 choices=SUPPORTED_ISA_SPEC) variable
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_vm.c | 190 unsigned choices[2] = {}; local 214 choices[fence->ring == ring ? 0 : 1] = i; 219 if (choices[i]) { 220 vm_id->id = choices[i]; 221 trace_radeon_vm_grab_id(choices[i], ring); 222 return rdev->vm_manager.active[choices[i]];
|
| /src/external/bsd/tmux/dist/ |
| window-customize.c | 664 char choices[256] = ""; local 749 for (choice = oe->choices; *choice != NULL; choice++) { 750 strlcat(choices, *choice, sizeof choices); 751 strlcat(choices, ", ", sizeof choices); 753 choices[strlen(choices) - 2] = '\0'; 756 choices)) 1091 if (oe->choices[choice + 1] == NULL [all...] |
| tmux.h | 2188 const char **choices; member in struct:options_table_entry
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lower-subreg.cc | 104 #define choices \ macro 232 choices[speed_p].move_modes_to_split[i] = true; 233 choices[speed_p].something_to_do = true; 244 if (choices[speed_p].move_modes_to_split[(int) twice_word_mode]) 259 choices[speed_p].splitting_zext = true; 262 choices[speed_p].splitting_ashift, ASHIFT, 265 choices[speed_p].splitting_lshiftrt, LSHIFTRT, 268 choices[speed_p].splitting_ashiftrt, ASHIFTRT, 398 if (!choices[speed_p].move_modes_to_split[(int) mode]) 1289 || !choices[speed_p].splitting_zext [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lower-subreg.cc | 103 #define choices \ macro 231 choices[speed_p].move_modes_to_split[i] = true; 232 choices[speed_p].something_to_do = true; 243 if (choices[speed_p].move_modes_to_split[(int) twice_word_mode]) 258 choices[speed_p].splitting_zext = true; 261 choices[speed_p].splitting_ashift, ASHIFT, 264 choices[speed_p].splitting_lshiftrt, LSHIFTRT, 267 choices[speed_p].splitting_ashiftrt, ASHIFTRT, 397 if (!choices[speed_p].move_modes_to_split[(int) mode]) 1276 || !choices[speed_p].splitting_zext [all...] |