Home
last modified time | relevance | path

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

1234567891011

/NextBSD/usr.bin/tset/
HDmap.c61 int conditional; /* Baud rate conditionals bitmask. */ member
91 mapp->conditional = 0; in add_mapping()
109 if (mapp->conditional & GT) in add_mapping()
111 mapp->conditional |= LT; in add_mapping()
114 if (mapp->conditional & LT) in add_mapping()
116 mapp->conditional |= GT; in add_mapping()
120 mapp->conditional |= EQ; in add_mapping()
123 mapp->conditional |= NOT; in add_mapping()
130 if (mapp->conditional) in add_mapping()
151 if (mapp->conditional & NOT) in add_mapping()
[all …]
/NextBSD/contrib/ncurses/progs/
HDtset.c304 int conditional; /* Baud rate conditionals bitmask. */ member
425 mapp->conditional = 0; in add_mapping()
443 if (mapp->conditional & GT) in add_mapping()
445 mapp->conditional |= LT; in add_mapping()
448 if (mapp->conditional & LT) in add_mapping()
450 mapp->conditional |= GT; in add_mapping()
454 mapp->conditional |= EQ; in add_mapping()
457 mapp->conditional |= NOT; in add_mapping()
466 if (mapp->conditional) in add_mapping()
484 if (mapp->conditional & NOT) in add_mapping()
[all …]
/NextBSD/contrib/bmake/unit-tests/
HDcond2.exp1 make: Bad conditional expression ` == "empty"' in == "empty"?oops:ok
2 make: "cond2.mk" line 13: Malformed conditional ({TEST_TYPO} == "Ok")
4 make: "cond2.mk" line 20: Malformed conditional (${TEST_NOT_SET} == "empty")
HDcond1.exp20 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
/NextBSD/share/me/
HDsummary.external117 el M\(sc else part of conditional
138 ie M\(sc conditional with else
139 if M\(sc conditional
235 { F\(sc begin conditional group
237 } F\(sc end conditional group
/NextBSD/contrib/ntp/sntp/libopts/
HDREADME43 conditional. To work correctly, automake has to know the range of
85 Makefile.am files. Adds Automake conditional NEED_LIBOPTS which
113 NEED_LIBOPTS Automake conditional being false, and does not invoke
/NextBSD/contrib/binutils/ld/scripttempl/
HDi386coff.sc5 # conditional expansion.
HDarmcoff.sc11 # conditional expansion.
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips16InstrInfo.td397 // These Sel patterns support the generation of conditional move
403 // conditional move being done if the tested register is not zero.
408 // conditional move based on a simple mips16 conditional
416 // if $op == beqz, then if $rt != 0, then the conditional assignment
419 // if $op == bnez, then if $rt == 0, then the conditional assignment
436 //then does a conditional branch based on the value of T8
444 // $op1 .+4 ;op1 is a conditional branch
463 // op1 is a conditional branch
467 // $op1 .+4 ;op2 is a conditional branch
592 // To test a GPR then do a PC-relative conditional branch.
[all …]
HDMipsCondMov.td17 // conditional move instructions.
202 // Instantiation of conditional move patterns.
268 // For targets that don't have conditional-move instructions
/NextBSD/sys/boot/ficl/softwords/
HDifbrack.fr2 \ ** ANS conditional compile directives [if] [else] [then]
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonIsetDx.td30 // SL2_jumpr31_f: Indirect conditional jump if false.
121 // SL2_jumpr31_tnew: Indirect conditional jump if true.
276 // SL2_jumpr31: Indirect conditional jump if true.
535 // SL2_jumpr31_fnew: Indirect conditional jump if false.
597 // SL2_jumpr31_t: Indirect conditional jump if true.
HDHexagonIntrinsicsV4.td156 // Vector conditional negate
191 // Vector conditional negate
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDguess_example.txt32 variables, conditional statements, loops, keyboard input, screen output,
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDREADME.txt46 We might want to use BRANCH ON CONDITION for conditional indirect calls
47 and conditional returns.
/NextBSD/contrib/groff/src/preproc/refer/
HDlabel.y236 %type <expr> conditional
254 conditional:
257 | alternative '?' optional_conditional ':' conditional
264 | conditional
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDRegionInfo.h564 typename std::conditional<IsConst, const BlockT, BlockT>::type *> {
566 typename std::conditional<IsConst, const BlockT, BlockT>::type *> super;
/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm_gram.y249 | conditional
250 | program conditional
1053 conditional:
1114 conditional:
/NextBSD/contrib/gcc/doc/
HDcpp.texi208 conditional compilation and inclusion mechanism. If all else fails,
925 of the file in a conditional, like this:
940 When the header is included again, the conditional will be false,
1936 predefined macros directly in the conditional, you will need to write it
2297 conditional compilation in the argument list to a normal library
2792 A @dfn{conditional} is a directive that instructs the preprocessor to
2798 A conditional in the C preprocessor resembles in some ways an @code{if}
2803 operating on. The condition in a preprocessing conditional directive is
2830 There are three general reasons to use a conditional.
2840 to reject the program. With a preprocessing conditional, the offending
[all …]
/NextBSD/contrib/tcsh/
HDImakefile27 /* This is a giant conditional block. It should be set up right for
186 /* Maybe conditional on MACH? */
191 /* Maybe conditional on MACH? */
/NextBSD/contrib/gcc/config/mips/
HD5400.md43 ;; This reservation is for conditional move based on integer
HDsr71k.md39 ;; RH> 2) Explain conditional moves execution path (in terms of
164 ;; This reservation is for conditional move based on integer
/NextBSD/contrib/llvm/include/llvm/Support/
HDErrorOr.h88 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcInstrAliases.td13 // Instruction aliases for conditional moves.
63 // Instruction aliases for integer conditional branches and moves.
195 // Instruction aliases for floating point conditional branches and moves.
/NextBSD/contrib/binutils/gas/config/
HDtc-arc.c1809 int conditional = 0; in md_assemble() local
1823 conditional = insn_suffixes[i]->value; in md_assemble()
1844 if (cond_branch_p && conditional != 0 /* 0 = "always" */ in md_assemble()

1234567891011