Home
last modified time | relevance | path

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

1234567891011

/freebsd-10-stable/usr.bin/tset/
Dmap.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 …]
/freebsd-10-stable/contrib/ncurses/progs/
Dtset.c283 int conditional; /* Baud rate conditionals bitmask. */ member
400 mapp->conditional = 0; in add_mapping()
418 if (mapp->conditional & GT) in add_mapping()
420 mapp->conditional |= LT; in add_mapping()
423 if (mapp->conditional & LT) in add_mapping()
425 mapp->conditional |= GT; in add_mapping()
429 mapp->conditional |= EQ; in add_mapping()
432 mapp->conditional |= NOT; in add_mapping()
441 if (mapp->conditional) in add_mapping()
462 if (mapp->conditional & NOT) in add_mapping()
[all …]
/freebsd-10-stable/contrib/bmake/unit-tests/
Dcond2.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")
Dcond1.exp20 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrAliases.td13 // Instruction aliases for conditional moves.
42 // Instruction aliases for integer conditional branches and moves.
72 // Instruction aliases for floating point conditional branches and moves.
/freebsd-10-stable/share/me/
Dsummary.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
/freebsd-10-stable/contrib/ntp/sntp/libopts/
DREADME43 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
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
Dtype_traits.h233 struct conditional { typedef T type; };
236 struct conditional<false, T, F> { typedef F type; };
DErrorOr.h101 conditional< isRef
/freebsd-10-stable/contrib/binutils/ld/scripttempl/
Di386coff.sc5 # conditional expansion.
Darmcoff.sc11 # conditional expansion.
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMips16InstrInfo.td386 // These Sel patterns support the generation of conditional move
392 // conditional move being done if the tested register is not zero.
397 // conditional move based on a simple mips16 conditional
405 // if $op == beqz, then if $rt != 0, then the conditional assignment
408 // if $op == bnez, then if $rt == 0, then the conditional assignment
425 //then does a conditional branch based on the value of T8
433 // $op1 .+4 ;op1 is a conditional branch
452 // op1 is a conditional branch
456 // $op1 .+4 ;op2 is a conditional branch
581 // To test a GPR then do a PC-relative conditional branch.
[all …]
DMips.td52 "Enable 'conditional move' instructions.">;
DMipsCondMov.td17 // conditional move instructions.
197 // Instantiation of conditional move patterns.
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DRegionInfo.h498 : public df_iterator<typename conditional<IsConst,
501 typedef df_iterator<typename conditional<IsConst,
/freebsd-10-stable/sys/boot/ficl/softwords/
Difbrack.fr2 \ ** ANS conditional compile directives [if] [else] [then]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dguess_example.txt32 variables, conditional statements, loops, keyboard input, screen output,
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DREADME.txt46 We might want to use BRANCH ON CONDITION for conditional indirect calls
47 and conditional returns.
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td50 // New-value conditional branch.
/freebsd-10-stable/contrib/groff/src/preproc/refer/
Dlabel.y236 %type <expr> conditional
254 conditional:
257 | alternative '?' optional_conditional ':' conditional
264 | conditional
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
Daicasm_gram.y249 | conditional
250 | program conditional
1053 conditional:
1114 conditional:
/freebsd-10-stable/contrib/gcc/doc/
Dcpp.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 …]
/freebsd-10-stable/contrib/tcsh/
DImakefile27 /* This is a giant conditional block. It should be set up right for
186 /* Maybe conditional on MACH? */
191 /* Maybe conditional on MACH? */
/freebsd-10-stable/contrib/gcc/config/mips/
D5400.md43 ;; This reservation is for conditional move based on integer
Dsr71k.md39 ;; RH> 2) Explain conditional moves execution path (in terms of
164 ;; This reservation is for conditional move based on integer

1234567891011