Home
last modified time | relevance | path

Searched refs:optbits (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/ipfilter/lib/
H A Doptprintv6.c15 void optprintv6(sec, optmsk, optbits) in optprintv6() argument
17 u_long optmsk, optbits;
26 ((io->on_bit & optmsk) == (io->on_bit & optbits))) {
31 if ((optmsk && (optmsk != optbits)) ||
35 if (optmsk != optbits) {
39 (io->on_bit & optbits))) {
H A Doptprint.c13 void optprint(sec, optmsk, optbits) in optprint() argument
15 u_long optmsk, optbits;
24 ((io->on_bit & optmsk) == (io->on_bit & optbits))) {
50 if ((optmsk && (optmsk != optbits)) ||
54 if (optmsk != optbits) {
58 (io->on_bit & optbits))) {
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-mep.c170 static int optbits = 0; variable
202 optbits |= 1 << CGEN_INSN_OPTIONAL_AVE_INSN; in md_parse_option()
210 optbits |= 1 << CGEN_INSN_OPTIONAL_MUL_INSN; in md_parse_option()
218 optbits |= 1 << CGEN_INSN_OPTIONAL_DIV_INSN; in md_parse_option()
226 optbits |= 1 << CGEN_INSN_OPTIONAL_BIT_INSN; in md_parse_option()
234 optbits |= 1 << CGEN_INSN_OPTIONAL_LDZ_INSN; in md_parse_option()
242 optbits |= 1 << CGEN_INSN_OPTIONAL_ABS_INSN; in md_parse_option()
266 optbits |= 1 << CGEN_INSN_OPTIONAL_SAT_INSN; in md_parse_option()
274 optbits |= 1 << CGEN_INSN_OPTIONAL_CP_INSN; in md_parse_option()
437 if (optbits && mep_config_index == 0) in md_begin()
[all …]
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dhxtool.c1224 get_key(const char *fn, const char *type, int optbits, in get_key() argument
1245 if (optbits) in get_key()
1246 bits = optbits; in get_key()