Searched refs:choices (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Drandint.h43 randint_choose (struct randint_source *s, randint choices) argument
45 return randint_genmax (s, choices - 1);
H A Drandint.c39 randint choices = strtoumax (argv[2], NULL, 10); local
44 printf ("%"PRIuMAX"\n", randint_choose (ints, choices));
126 randint choices = genmax + 1; local
184 randint unusable_choices = excess_choices % choices;
186 randint reduced_randnum = randnum % choices;
190 s->randnum = randnum / choices;
191 s->randmax = excess_choices / choices;
/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A Dxdr_ptrace.c65 static struct xdr_discrim choices[] = local
72 (char *) &objp->more_data, choices, xdr_void));
/haiku-fatelf/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp449 BDefaultChoiceView::SetMaxVisibleChoices(int32 choices) argument
451 if (choices < 1)
452 choices = 1;
453 if (choices == fMaxVisibleChoices)
456 fMaxVisibleChoices = choices;
H A DAutoCompleterDefaultImpl.h91 void SetMaxVisibleChoices(int32 choices);
/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp53 choices and large if there are many and the window under it is big. Perhaps
62 tab-cycling to the choices
265 int32 choices = fParent->fChoiceList->CountChoices(); local
269 for (index = (int32)floor(update.top / h); index < choices; index++)
353 int32 choices = fParent->fChoiceList->CountChoices(); local
354 if (fSelIndex < 0 || fSelIndex >= choices)
391 int32 choices = fParent->fChoiceList->CountChoices(); local
392 if (fSelIndex < 0 || fSelIndex >= choices)
419 int32 choices = cb->fChoiceList->CountChoices(); local
420 if (choices >
492 int32 choices = fParent->fChoiceList->CountChoices(); local
1877 int32 choices = fList->CountItems(); local
1935 int32 choices = fList->CountItems(); local
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dinit.c1138 static const struct decode_item choices[] = {
1143 int ok = decode_string (val, choices, countof (choices), place);
1228 static const struct decode_item choices[] = {
1234 int ok = decode_string (val, choices, countof (choices), &prefer_family);
1336 static const struct decode_item choices[] = {
1342 int ok = decode_string (val, choices, countof (choices), place);
1135 static const struct decode_item choices[] = { local
1224 static const struct decode_item choices[] = { local
1332 static const struct decode_item choices[] = { local
/haiku-fatelf/src/libs/print/libgutenprint/src/escputil/
H A Descputil.c114 { "choices", 0, NULL, (int) 'C' },
122 [-C choices] [-p patterns]\n\
159 -C|--choices Specify the number of pattern choices for alignment\n\
166 [-C choices] [-p patterns]\n\
201 -C Specify the number of pattern choices for alignment\n\
381 printf(_("Alignment choices must be at least 1."));
1851 choices of (s)aving the result in the printer, (r)epeating the process,\n\
1881 You will then be offered the choices of (s)aving the result in the printer,\n\
1889 do_align_help(int passes, int choices) argument
1892 printf(gettext(new_align_help), passes, 1, choices, (choices + 1) / 2, choices); local
1894 printf(gettext(old_align_help), 1, choices, (choices + 1) / 2, choices); local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/VS2002/
H A Dntservice.mak19 !MESSAGE Possible choices for configuration are:
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-lang.c2971 in a listing of choices during disambiguation (see sort_choices, below).
3007 /* Sort SYMS[0..NSYMS-1] to put the choices in a canonical order by the
3120 /* Read and validate a set of numeric choices from the user in the
3124 The user types choices as a sequence of numbers on one line
3137 get_selections (int *choices, int n_choices, int max_results,
3159 /* Set choices[0 .. n_chosen-1] to the users' choices in ascending
3186 choices[j] = j;
3191 for (j = n_chosen - 1; j >= 0 && choice < choices[j]; j -= 1)
3195 if (j < 0 || choice != choices[
3132 get_selections(int *choices, int n_choices, int max_results, int is_all_choice, char *annotation_suffix) argument
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure764 Use these variables to override the choices made by `configure' or to help
2558 You have the following choices:
2563 You have the following choices:
/haiku-fatelf/src/bin/less/
H A Dconfigure1268 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/libs/ncurses/test/
H A Dconfigure1307 You have the following choices:
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dconfigure1271 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dconfigure869 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dconfigure884 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/bin/gdb/readline/
H A Dconfigure868 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/bin/gawk/
H A Dconfigure883 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/bin/gdb/bfd/
H A Dconfigure885 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure1814 Use these variables to override the choices made by `configure' or to help
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure2142 Use these variables to override the choices made by `configure' or to help
[all...]

Completed in 573 milliseconds