Home
last modified time | relevance | path

Searched refs:negated (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp75 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 Dauth-rhosts.c89 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 Dmatch.c125 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 Dreadconf.c1097 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 Dbsd-cygwin_util.c221 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 DAVRMCExpr.h56 void setNegated(bool negated = true) { Negated = negated; }
/freebsd/sbin/pfctl/tests/files/
H A Dpf0023.in1 #test negated interface matching
/freebsd/contrib/netbsd-tests/usr.bin/config/
H A Dd_loop28 # when the instance is negated.
H A Dd_postponed_orphan11 # Here, parenti is negated before the child* instance is declared. That
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-include-guard.mk136 CASES+= variable-ifdef-negated
137 LINES.variable-ifdef-negated= \
/freebsd/sys/contrib/device-tree/Bindings/leds/irled/
H A Dspi-ir-led.txt14 negated with a NOT gate.
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc57 PFCTL_TEST(0023, "Block on negated interface")
60 PFCTL_TEST(0026, "Block from negated interface")
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci-msi.txt168 * negated.
211 * RID, but the high bit of the bus number is negated.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc200 // multiplication being **first** truncated, then negated - to improve
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md221 relationship `l(x) == -l(1/x)`; we negated the exponent, which is equivalent to
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1118 // 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 DNEWS308 *** POSIX character classes may be negated in patterns
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td486 "to their negated or complemented "
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td697 "to their negated or complemented "
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8068 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 DAttr.td503 // 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 DNEWS155 * Fix bug using negated (^N) search (github #374).
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPInstructions.td1107 // TODO: Add sub with negated inline constant pattern.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td1296 // The splat might be negated.
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td883 // Same pattern with `c` negated so `a` and `b` get swapped.

12