HomeSort by: relevance | last modified time | path
    Searched refs:alternative (Results 1 - 25 of 260) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/binutils/dist/opcodes/
ia64-asmtab.h 102 /* An alternative completer, or -1 if this is the end of the chain. */
103 short alternative; member in struct:ia64_completer_table
128 alternative field; a 1 bit indicates that the current completer
ia64-opc.c 189 prev_completer = completer_table[prev_completer].alternative;
601 ci = completer_table[ci].alternative;
ia64-gen.c 102 /* An alternative completer. */
103 struct completer_entry *alternative; member in struct:completer_entry
1843 ent = ent->alternative;
2246 ent1 = ent1->alternative;
2247 ent2 = ent2->alternative;
2267 ent->alternative = insert_gclist (ent->alternative);
2406 ent = ent->alternative;
2565 ptr = &((*ptr)->alternative);
2575 nent->alternative = *ptr
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-asmtab.h 102 /* An alternative completer, or -1 if this is the end of the chain. */
103 short alternative; member in struct:ia64_completer_table
128 alternative field; a 1 bit indicates that the current completer
ia64-opc.c 189 prev_completer = completer_table[prev_completer].alternative;
601 ci = completer_table[ci].alternative;
ia64-gen.c 102 /* An alternative completer. */
103 struct completer_entry *alternative; member in struct:completer_entry
1843 ent = ent->alternative;
2246 ent1 = ent1->alternative;
2247 ent2 = ent2->alternative;
2267 ent->alternative = insert_gclist (ent->alternative);
2406 ent = ent->alternative;
2565 ptr = &((*ptr)->alternative);
2575 nent->alternative = *ptr
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-asmtab.h 102 /* An alternative completer, or -1 if this is the end of the chain. */
103 short alternative; member in struct:ia64_completer_table
128 alternative field; a 1 bit indicates that the current completer
ia64-opc.c 189 prev_completer = completer_table[prev_completer].alternative;
601 ci = completer_table[ci].alternative;
ia64-gen.c 102 /* An alternative completer. */
103 struct completer_entry *alternative; member in struct:completer_entry
1843 ent = ent->alternative;
2246 ent1 = ent1->alternative;
2247 ent2 = ent2->alternative;
2267 ent->alternative = insert_gclist (ent->alternative);
2406 ent = ent->alternative;
2565 ptr = &((*ptr)->alternative);
2575 nent->alternative = *ptr
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ia64-asmtab.h 102 /* An alternative completer, or -1 if this is the end of the chain. */
103 short alternative; member in struct:ia64_completer_table
128 alternative field; a 1 bit indicates that the current completer
ia64-opc.c 189 prev_completer = completer_table[prev_completer].alternative;
601 ci = completer_table[ci].alternative;
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
algorithms.py 45 # Alternative algorithm for test cases that require more than one algorithm
66 """Collection of DEFAULT, ALTERNATIVE and DISABLED algorithms"""
71 alternative: Algorithm | list[Algorithm]
72 """ALTERNATIVE is an alternative algorithm for test cases that require more
82 default=ECDSAP256SHA256, alternative=RSASHA256, disabled=ECDSAP384SHA384
91 alternative=RSASHA256, variable in class:AlgorithmSet
97 # alternative=ALL_ALGORITHMS,
173 """Select random DEFAULT, ALTERNATIVE and DISABLED algorithms from the set.
183 The function also ensures that DEFAULT, ALTERNATIVE and DISABLED algorithm
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-cat.c 314 tmp->alternative = NULL;
585 tmp->alternative = xrealloc (tmp->alternative, nbytes);
586 tmp->alternative[i].msgstr = mp->msgstr;
587 tmp->alternative[i].msgstr_len = mp->msgstr_len;
588 tmp->alternative[i].msgstr_end =
589 tmp->alternative[i].msgstr + tmp->alternative[i].msgstr_len;
590 tmp->alternative[i].comment = mp->comment;
591 tmp->alternative[i].comment_dot = mp->comment_dot
    [all...]
xgettext.c 2325 xmalloc (offsetof (struct arglist_parser, alternative[0]));
2348 ap->alternative[i].argnumc = shapes->shapes[i].argnumc;
2349 ap->alternative[i].argnum1 = shapes->shapes[i].argnum1;
2350 ap->alternative[i].argnum2 = shapes->shapes[i].argnum2;
2351 ap->alternative[i].argnum1_glib_context =
2353 ap->alternative[i].argnum2_glib_context =
2355 ap->alternative[i].argtotal = shapes->shapes[i].argtotal;
2356 ap->alternative[i].xcomments = shapes->shapes[i].xcomments;
2357 ap->alternative[i].msgctxt = NULL;
2358 ap->alternative[i].msgctxt_pos.file_name = NULL
    [all...]
message.h 157 /* Used for combining alternative translations, in the msgcat program. */
168 *alternative; member in struct:message_ty
xgettext.h 67 /* Set of alternative calling conventions for a given keyword. */
280 struct partial_call alternative[1]; /* partial_call alternatives */ member in struct:arglist_parser
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_unused.c 78 char *alternative; member in struct:__anon57
216 param_name, dp->alternative);
235 param_name, dp->alternative);
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
bidiapi.txt 7 The PGBA (Pretty Good Bidi Algorithm) is an effective alternative to the
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c 56 AttributeDescription *attr, *alternative; member in struct:variantAttr_info
175 rc = be_entry_get_rw( op, &ndn, NULL, vai->alternative, 0, &e );
178 op, &ndn, NULL, vai->alternative, 0, &e, on );
195 a = attr_find( e->e_attrs, vai->alternative );
207 if ( backend_access( op, e, &ndn, vai->alternative, &nvals[i],
506 mod->sml_desc = vai->alternative;
746 "DESC 'Attribute to take from the alternative entry' "
756 "DESC 'DN of the alternative entry' "
766 "DESC 'Replacement pattern to locate the alternative entry' "
1007 ad = &vai->alternative;
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
instance.py 201 a fast alternative to `rndc()` which does not spawn the rndc
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.def 38 Another common alternative is @file{tcp:localhost:705}.
  /src/external/gpl2/groff/dist/src/preproc/refer/
label.y 239 %type <expr> alternative
257 alternative
259 | alternative '?' optional_conditional ':' conditional
270 alternative: label
273 | alternative '|' list
275 | alternative '&' list
  /src/external/lgpl3/gmp/dist/mpn/arm64/
mod_34lsub1.asm 46 C * An alternative inner loop which could run at 0.722 c/l on A57:

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011