Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 1358) sorted by relevance

12345678910>>...55

/netbsd-src/usr.bin/tset/
H A Dmap.c63 int conditional; /* Baud rate conditionals bitmask. */ member
93 mapp->conditional = 0; in add_mapping()
111 if (mapp->conditional & GT) in add_mapping()
113 mapp->conditional |= LT; in add_mapping()
116 if (mapp->conditional & LT) in add_mapping()
118 mapp->conditional |= GT; in add_mapping()
122 mapp->conditional |= EQ; in add_mapping()
125 mapp->conditional |= NOT; in add_mapping()
132 if (mapp->conditional) in add_mapping()
153 if (mapp->conditional & NOT) in add_mapping()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-to-separator.exp
H A Dcond-op.exp1 make: "cond-op.mk" line 51: Malformed conditional '"!word" == !word'
2 make: "cond-op.mk" line 72: Malformed conditional '0 ${ERR::=evaluated}'
4 make: "cond-op.mk" line 82: Malformed conditional '1 ${ERR::=evaluated}'
15 make: "cond-op.mk" line 120: Malformed conditional '1 &&'
16 make: "cond-op.mk" line 129: Malformed conditional '0 &&'
17 make: "cond-op.mk" line 138: Malformed conditional '1 ||'
18 make: "cond-op.mk" line 148: Malformed conditional '0 ||'
H A Dvarmod-localtime.exp
H A Dvarmod-gmtime.exp
H A Dvarmod-mtime.exp
H A Dcond-token-number.exp1 make: "cond-token-number.mk" line 16: Malformed conditional '-0'
2 make: "cond-token-number.mk" line 27: Malformed conditional '+0'
3 make: "cond-token-number.mk" line 38: Malformed conditional '!-1'
4 make: "cond-token-number.mk" line 49: Malformed conditional '!+1'
H A Dcond-cmp-string.exp1 make: "cond-cmp-string.mk" line 19: Malformed conditional 'str != str'
2 make: "cond-cmp-string.mk" line 44: Malformed conditional '"string" != "str""ing"'
3 make: "cond-cmp-string.mk" line 52: Malformed conditional '!("value" = "value")'
4 make: "cond-cmp-string.mk" line 60: Malformed conditional '!("value" === "value")'
H A Dvarmod-loop-varname.exp
H A Dcond-eof.exp1 make: "cond-eof.mk" line 17: Malformed conditional '0 ${SIDE_EFFECT} ${SIDE_EFFECT2}'
2 make: "cond-eof.mk" line 20: Malformed conditional '1 ${SIDE_EFFECT} ${SIDE_EFFECT2}'
3 make: "cond-eof.mk" line 23: Malformed conditional '(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}'
H A Dcond-token-var.exp9 make: "cond-token-var.mk" line 106: Malformed conditional 'x${UNDEF1}y == "${UNDEF2}" || 0x${UNDEF3}'
11 make: "cond-token-var.mk" line 111: Malformed conditional 'x${DEF}y == "${UNDEF2}" || 0x${UNDEF3}'
13 make: "cond-token-var.mk" line 116: Malformed conditional 'x${DEF}y == "${DEF}" || 0x${UNDEF3}'
H A Dcond-op-parentheses.exp2 make: "cond-op-parentheses.mk" line 25: Malformed conditional '(3) > 2'
3 make: "cond-op-parentheses.mk" line 44: Malformed conditional '('
4 make: "cond-op-parentheses.mk" line 58: Malformed conditional ')'
H A Dcond-undef-lint.exp
H A Dcond-op-and.exp
H A Dcond-op-or.exp
H A Dvarmod.exp
H A Dcond-cmp-numeric-eq.exp1 make: "cond-cmp-numeric-eq.mk" line 68: Malformed conditional '!(12345 = 12345)'
2 make: "cond-cmp-numeric-eq.mk" line 76: Malformed conditional '!(12345 === 12345)'
H A Dvarparse-dynamic.exp
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmidna_domain_test.ref6 ./midna_domain: conditional conversions:
14 ./midna_domain: conditional conversions:
24 ./midna_domain: conditional conversions:
31 ./midna_domain: conditional conversions:
38 ./midna_domain: conditional conversions:
44 ./midna_domain: conditional conversions:
52 ./midna_domain: conditional conversions:
58 ./midna_domain: conditional conversions:
65 ./midna_domain: conditional conversions:
72 ./midna_domain: conditional conversions:
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dcond.md23 ; Special note about conditional instructions: GCC always emits the
25 ; insns modify the flags. However, this means that any conditional
32 ; * conditional insns that won't need reload can call
35 ; then split after reload to a separate compare and conditional.
39 ; Unfortunately, there aren't any conditional jumps with long labels,
40 ; so instead we invert the conditional and jump around a regular jump.
129 ;; We need to keep the compare and conditional sets together through
134 ;; These are the post-split patterns for the conditional sets.
152 ;; These are the pre-split patterns for the conditional sets.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dcond.md23 ; Special note about conditional instructions: GCC always emits the
25 ; insns modify the flags. However, this means that any conditional
32 ; * conditional insns that won't need reload can call
35 ; then split after reload to a separate compare and conditional.
39 ; Unfortunately, there aren't any conditional jumps with long labels,
40 ; so instead we invert the conditional and jump around a regular jump.
129 ;; We need to keep the compare and conditional sets together through
134 ;; These are the post-split patterns for the conditional sets.
152 ;; These are the pre-split patterns for the conditional sets.
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dfrv.cpu1865 (comment "conditional insn")
1994 (df f-cond "conditional arithmetic" () 8 1 UINT #f #f)
3173 (dnop cond "conditional arithmetic" (HASH-PREFIX) h-uint f-cond)
3660 ; Format: conditional INT, Logic, Shift r-r
3662 (define-pmacro (conditional-int-logic name operation op ope comment)
3676 (conditional-int-logic cadd add OP_58 OPE4_0 "conditional add")
3677 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub")
3678 (conditional-int-logic cand and OP_5A OPE4_0 "conditional and")
3679 (conditional-int-logic cor or OP_5A OPE4_1 "conditional or")
3680 (conditional-int-logic cxor xor OP_5A OPE4_2 "conditional xor")
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dfrv.cpu1865 (comment "conditional insn")
1994 (df f-cond "conditional arithmetic" () 8 1 UINT #f #f)
3173 (dnop cond "conditional arithmetic" (HASH-PREFIX) h-uint f-cond)
3660 ; Format: conditional INT, Logic, Shift r-r
3662 (define-pmacro (conditional-int-logic name operation op ope comment)
3676 (conditional-int-logic cadd add OP_58 OPE4_0 "conditional add")
3677 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub")
3678 (conditional-int-logic cand and OP_5A OPE4_0 "conditional and")
3679 (conditional-int-logic cor or OP_5A OPE4_1 "conditional or")
3680 (conditional-int-logic cxor xor OP_5A OPE4_2 "conditional xor")
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dfrv.cpu1865 (comment "conditional insn")
1994 (df f-cond "conditional arithmetic" () 8 1 UINT #f #f)
3173 (dnop cond "conditional arithmetic" (HASH-PREFIX) h-uint f-cond)
3660 ; Format: conditional INT, Logic, Shift r-r
3662 (define-pmacro (conditional-int-logic name operation op ope comment)
3676 (conditional-int-logic cadd add OP_58 OPE4_0 "conditional add")
3677 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub")
3678 (conditional-int-logic cand and OP_5A OPE4_0 "conditional and")
3679 (conditional-int-logic cor or OP_5A OPE4_1 "conditional or")
3680 (conditional-int-logic cxor xor OP_5A OPE4_2 "conditional xor")
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_type_traits.h51 struct conditional {
56 struct conditional<false, T, F> {

12345678910>>...55