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

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dvla9.C11 void f(double *x1d,int choice) argument
16 if (choice!=0)
24 printf("Choice: %d, Delta: %ld\n",choice,delta);
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbootmenu.c275 int choice, usedef; local
277 choice = -1;
281 choice = def;
284 choice = (*input) - 'A';
286 choice = (*input) - 'a';
288 choice = atoi(input) - 1;
289 if (choice < 0 || choice >= bootconf.nummenu)
290 choice = -1;
295 choice
303 int choice; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dbootmenu.c241 int choice = -1; local
244 choice = def;
246 choice = (*input) - 'A';
248 choice = (*input) - 'a';
250 choice = atoi(input) - 1;
251 if (choice < 0 || choice >= bootconf.nummenu)
252 choice = -1;
254 return choice;
261 int choice; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/bpm/
H A Dbpm.sh.in127 read choice
129 # validate user's choice
130 case "$choice" in
132 [2-9]|[0-9]*) category=`${awkprog} 'NR == '$choice' { print }' < $tmpcategories` ;;
136 "") ${echoprog} "No such category \"$choice\""
157 read choice
159 # validate user's choice
160 case "$choice" in
163 [3-9]|[0-9]*) package=`${awkprog} 'NR == '$choice' { print }' < $tmppackages` ;;
167 "") ${echoprog} "No such package \"$choice\""
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_asid.c107 ASIdentifierChoice *choice,
113 if (choice == NULL)
116 switch (choice->type) {
121 for (i = 0; i < sk_ASIdOrRange_num(choice->u.asIdsOrRanges); i++) {
122 ASIdOrRange *aor = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, i);
201 ASIdentifierChoice **choice;
206 choice = &asid->asnum;
209 choice = &asid->rdi;
214 if (*choice == NULL) {
215 if ((*choice
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dspeed.c471 struct choice_t *choice; variable in typeref:struct:choice_t
525 want_data |= ((choice[i].p->flag & FLAG_NODATA) == 0);
558 s->r = choice[i].r;
559 choice[i].time = speed_measure (choice[i].p->fun, s);
560 choice[i].no_time = (choice[i].time == -1.0);
561 if (! choice[i].no_time)
562 choice[i].time *= choice[
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dtemplate.c378 const struct asn1_template *choice = t->ptr; local
379 unsigned int *element = DPO(data, choice->offset);
383 for (i = 1; i < A1_HEADER_LEN(choice) + 1; i++) {
384 /* should match first tag instead, store it in choice.tt */
385 ret = _asn1_decode(choice[i].ptr, 0, p, len,
386 DPO(data, choice[i].offset), &datalen);
395 if (i >= A1_HEADER_LEN(choice) + 1) {
396 if (choice->tt == 0)
401 DPO(data, choice->tt), &datalen);
663 const struct asn1_template *choice local
798 const struct asn1_template *choice = t->ptr; local
904 const struct asn1_template *choice = t->ptr; local
1065 const struct asn1_template *choice = t->ptr; local
[all...]
H A DREADME.template96 All types tables (except choice) (id still objects)
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/xgc/
H A DMakefile7 choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
/netbsd-6-1-5-RELEASE/x11/bin/xgc/
H A DMakefile7 choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
/netbsd-6-1-5-RELEASE/games/fortune/fortune/
H A Dfortune.c931 int choice; local
936 choice = random() % 100;
937 DPRINTF(1, (stderr, "choice = %d\n", choice));
939 if (choice < fp->percent)
942 choice -= fp->percent;
944 " skip \"%s\", %d%% (choice = %d)\n",
945 fp->name, fp->percent, choice));
948 "using \"%s\", %d%% (choice = %d)\n",
949 fp->name, fp->percent, choice));
994 int choice; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/utils/
H A Dgen-data-queryperf.py47 label = label + gen.choice(ldh)
110 sys.stdout.write(make_domain(gen.choice(domains)))
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-set-option.c385 /* Set a choice option. */
391 int n, choice = -1; local
399 if (choice != -1) {
403 choice = n - 1;
405 if (choice == -1) {
410 return (options_set_number(oo, oe->name, choice));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp60 ber_tag_t choice = f->f_choice; local
63 if ( choice & SLAPD_FILTER_UNDEFINED ) {
64 choice &= SLAPD_FILTER_MASK;
67 switch( choice ) {
93 if ( choice == LDAP_FILTER_EQUALITY )
116 ber_tag_t choice = f->f_choice; local
119 if ( choice & SLAPD_FILTER_UNDEFINED ) {
120 choice &= SLAPD_FILTER_MASK;
123 switch( choice ) {
134 sf->begin( choice
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dmips4-fp.s12 # This choice of arguments is so that it matches bc3f on pre-mips4.
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.c37 rc_if_0(ld.choice, seq ## _CHOICE) { \
38 rc_update_0(ld.choice); \
43 rc_update_1(ld.choice); \
115 rc_if_0(ld.choice, seq ## _CHOICE) { \
116 rc_update_0(ld.choice); \
122 rc_update_1(ld.choice); \
156 probability choice; member in struct:__anon2930
904 bit_reset(coder->match_len_decoder.choice);
906 bit_reset(coder->rep_len_decoder.choice);
H A Dlzma_encoder_private.h41 probability choice; member in struct:__anon2932
H A Dlzma_encoder.c83 const uint32_t a0 = rc_bit_0_price(lc->choice);
84 const uint32_t a1 = rc_bit_1_price(lc->choice);
114 rc_bit(rc, &lc->choice, 0);
117 rc_bit(rc, &lc->choice, 1);
456 bit_reset(lencoder->choice);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Ddecode.c349 const enum bgbvc choice; member in struct:bgbvr
401 switch (b->choice) {
429 switch (b->choice) {
455 if (b->choice != BvOff) { /* BvOff does not have LBER_BV_ALLOC set */
457 switch(b->choice) {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c1614 const struct choice_t *choice = NULL; variable in typeref:struct:choice_t
1890 printf ("%s %s\n", e->name, e == &ref ? tr->reference_name : choice->name);
2045 switch (choice->type) {
2404 printf ("Unknown routine type %d\n", choice->type);
2706 call (&fun, choice->function);
2722 call (&fun, choice->function);
2738 choice->minsize, \
2747 MAX (choice->minsize, (option_firstsize2 != 0 \
2807 printf ("%s %lu\n", choice->name, total);
2862 printf (" in test function: %s\n", choice
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drdataset.c325 unsigned int i, count = 0, added, choice; local
424 choice = i + (val % (count - i));
426 shuffled[i] = shuffled[choice];
427 shuffled[choice] = rdata;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dfilter.c449 " unknown substring choice=%ld\n",
601 ber_tag_t choice; local
611 choice = f->f_choice & SLAPD_FILTER_MASK;
613 switch ( choice ) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dconfig36 -d Add a debug- prefix to machine choice.
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mi.en177 {Choosing megabytes will give partition sizes close to your choice,
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Drshift.asm451 C the aligned case, it's just a choice between whether one or two

Completed in 410 milliseconds

12