/freebsd/contrib/atf/atf-sh/ |
H A D | atf-check.cpp | 75 bool negated; member 81 negated(p_negated), in status_check() 98 bool negated; member 104 negated(p_negated), in output_check() 264 bool negated = (arg.compare(0, 4, "not-") == 0); in parse_status_check_arg() local 266 const std::string action = negated ? action_str.substr(4) : action_str; in parse_status_check_arg() 275 if (negated) in parse_status_check_arg() 277 negated = false; in parse_status_check_arg() 286 if (negated) in parse_status_check_arg() 293 if (negated) in parse_status_check_arg() [all …]
|
/freebsd/crypto/openssh/ |
H A D | auth-rhosts.c | 89 int negated; in check_rhosts_file() local 129 negated = 0; in check_rhosts_file() 133 negated = 1; in check_rhosts_file() 139 negated = 1; in check_rhosts_file() 171 if (negated) { in check_rhosts_file()
|
H A D | match.c | 125 int negated; in match_pattern_list() local 133 negated = 1; in match_pattern_list() 136 negated = 0; in match_pattern_list() 160 if (negated) in match_pattern_list()
|
H A D | readconf.c | 1097 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local 1799 negated = *arg == '!'; in process_config_line_depth() 1800 if (negated) in process_config_line_depth() 1803 if (negated) { in process_config_line_depth()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-cygwin_util.c | 221 int negated; in cygwin_ug_match_pattern_list() local 229 negated = 1; in cygwin_ug_match_pattern_list() 232 negated = 0; in cygwin_ug_match_pattern_list() 255 if (negated) in cygwin_ug_match_pattern_list()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.h | 56 void setNegated(bool negated = true) { Negated = negated; }
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0023.in | 1 #test negated interface matching
|
/freebsd/contrib/netbsd-tests/usr.bin/config/ |
H A D | d_loop2 | 8 # when the instance is negated.
|
H A D | d_postponed_orphan | 11 # Here, parenti is negated before the child* instance is declared. That
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.mk | 136 CASES+= variable-ifdef-negated 137 LINES.variable-ifdef-negated= \
|
/freebsd/sys/contrib/device-tree/Bindings/leds/irled/ |
H A D | spi-ir-led.txt | 14 negated with a NOT gate.
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test_list.inc | 57 PFCTL_TEST(0023, "Block on negated interface") 60 PFCTL_TEST(0026, "Block from negated interface")
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci-msi.txt | 168 * negated. 211 * RID, but the high bit of the bus number is negated.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 200 // multiplication being **first** truncated, then negated - to improve
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 221 relationship `l(x) == -l(1/x)`; we negated the exponent, which is equivalent to
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 1118 // Subtracting an immediate is the same as adding the negated immediate. 1137 // constant into a register in any case, but the negated constant 1168 // Subtracting an immediate is the same as adding the negated immediate.
|
/freebsd/contrib/flex/ |
H A D | NEWS | 308 *** POSIX character classes may be negated in patterns
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 486 "to their negated or complemented "
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Features.td | 697 "to their negated or complemented "
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 8068 bool negated ); 12813 bool negated = isFalseTest( info.resultDisposition ); in handleExpr() local 12814 bool result = expr.getResult() != negated; in handleExpr() 12821 reportExpr(info, ResultWas::Ok, &expr, negated); in handleExpr() 12825 reportExpr(info, ResultWas::ExpressionFailed, &expr, negated ); in handleExpr() 12833 bool negated ) { in reportExpr() argument 12836 AssertionResultData data( resultType, LazyExpression( negated ) ); in reportExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 503 // of different attribute subjects, and it can have a negated spelling as well. 507 bit negated = 0> { 510 bit Negated = negated;
|
/freebsd/contrib/less/ |
H A D | NEWS | 155 * Fix bug using negated (^N) search (github #374).
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPInstructions.td | 1107 // TODO: Add sub with negated inline constant pattern.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVSDPatterns.td | 1296 // The splat might be negated.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 883 // Same pattern with `c` negated so `a` and `b` get swapped.
|