| /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 | 87 int negated; in check_rhosts_file() local 127 negated = 0; in check_rhosts_file() 131 negated = 1; in check_rhosts_file() 137 negated = 1; in check_rhosts_file() 169 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 | 1142 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local 1841 negated = *arg == '!'; in process_config_line_depth() 1842 if (negated) in process_config_line_depth() 1845 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 | 38 void setNegated(bool negated = true) { Negated = negated; }
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 636 vfs->vfs_exec = !result.negated; in zpl_parse_param() 640 vfs->vfs_setuid = !result.negated; in zpl_parse_param() 644 vfs->vfs_devices = !result.negated; in zpl_parse_param() 649 vfs->vfs_atime = !result.negated; in zpl_parse_param() 653 vfs->vfs_relatime = !result.negated; in zpl_parse_param()
|
| /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/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/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/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/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 200 // multiplication being **first** truncated, then negated - to improve
|
| /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 | 496 "to their negated or complemented "
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1144 // Subtracting an immediate is the same as adding the negated immediate. 1163 // constant into a register in any case, but the negated constant 1194 // Subtracting an immediate is the same as adding the negated immediate.
|
| /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/llvm/lib/Target/AArch64/ |
| H A D | AArch64Features.td | 772 "to their negated or complemented "
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 543 // of different attribute subjects, and it can have a negated spelling as well. 547 bit negated = 0> { 550 bit Negated = negated;
|
| /freebsd/contrib/less/ |
| H A D | NEWS | 360 * Fix bug using negated (^N) search (github #374).
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVSDPatterns.td | 1295 // The splat might be negated.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 902 // Same pattern with `c` negated so `a` and `b` get swapped.
|