| /freebsd-10-stable/usr.bin/tset/ |
| D | map.c | 61 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/ |
| D | tset.c | 283 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/ |
| D | cond2.exp | 1 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")
|
| D | cond1.exp | 20 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcInstrAliases.td | 13 // 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/ |
| D | summary.external | 117 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/ |
| D | README | 43 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/ |
| D | type_traits.h | 233 struct conditional { typedef T type; }; 236 struct conditional<false, T, F> { typedef F type; };
|
| D | ErrorOr.h | 101 conditional< isRef
|
| /freebsd-10-stable/contrib/binutils/ld/scripttempl/ |
| D | i386coff.sc | 5 # conditional expansion.
|
| D | armcoff.sc | 11 # conditional expansion.
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | Mips16InstrInfo.td | 386 // 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 …]
|
| D | Mips.td | 52 "Enable 'conditional move' instructions.">;
|
| D | MipsCondMov.td | 17 // conditional move instructions. 197 // Instantiation of conditional move patterns.
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | RegionInfo.h | 498 : public df_iterator<typename conditional<IsConst, 501 typedef df_iterator<typename conditional<IsConst,
|
| /freebsd-10-stable/sys/boot/ficl/softwords/ |
| D | ifbrack.fr | 2 \ ** ANS conditional compile directives [if] [else] [then]
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | guess_example.txt | 32 variables, conditional statements, loops, keyboard input, screen output,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | README.txt | 46 We might want to use BRANCH ON CONDITION for conditional indirect calls 47 and conditional returns.
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrFormatsV4.td | 50 // New-value conditional branch.
|
| /freebsd-10-stable/contrib/groff/src/preproc/refer/ |
| D | label.y | 236 %type <expr> conditional 254 conditional: 257 | alternative '?' optional_conditional ':' conditional 264 | conditional
|
| /freebsd-10-stable/sys/dev/aic7xxx/aicasm/ |
| D | aicasm_gram.y | 249 | conditional 250 | program conditional 1053 conditional: 1114 conditional:
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | cpp.texi | 208 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/ |
| D | Imakefile | 27 /* 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/ |
| D | 5400.md | 43 ;; This reservation is for conditional move based on integer
|
| D | sr71k.md | 39 ;; RH> 2) Explain conditional moves execution path (in terms of 164 ;; This reservation is for conditional move based on integer
|