Searched refs:negate (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_sram.c209 __in boolean_t negate,
215 _NOTE(ARGUNUSED(negate))
224 __in boolean_t negate,
229 if (negate)
238 __in boolean_t negate,
244 EFX_DWORD_0, (negate) ? 0x55555555 : 0xaaaaaaaa,
245 EFX_DWORD_1, (negate) ? 0x55555555 : 0xaaaaaaaa);
251 __in boolean_t negate,
257 EFX_DWORD_0, (negate) ? 0x00ff00ff : 0xff00ff00,
258 EFX_DWORD_1, (negate)
207 efx_sram_byte_increment_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
222 efx_sram_all_the_same_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
236 efx_sram_bit_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
249 efx_sram_byte_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
262 efx_sram_byte_changing_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
283 efx_sram_bit_sweep_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
[all...]
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_utils.c40 int negate = 0; local
46 negate = 1;
73 return (negate) ? !retval : retval;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfnmatch.c127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfnmatch.c127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dfnmatch.c144 int negate, ok; local
154 if (negate = (*pattern == '!' || *pattern == '^'))
174 return (ok == negate ? NULL : pattern);
H A Dgetarg.c353 int negate = 0; local
371 negate = 0;
383 negate = !negate;
431 *flag = !negate;
436 *flag = negate;
/freebsd-11-stable/sys/libkern/
H A Dfnmatch.c159 int negate, ok; local
169 if ( (negate = (*pattern == '!' || *pattern == '^')) )
212 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.h94 void negate(struct number *);
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c82 int negate; local
89 negate = ((**pattern == '!') || (**pattern == '^'));
90 if (negate)
103 return (result ^ negate);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dparse.c445 int negate = 0;
447 /* Double dollar means negate the number and add -1 as well.
451 negate = 1;
457 i = -negate;
466 i = atoi (str.ptr + 1 + negate);
467 if (negate)
440 int negate = 0; local
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.h239 # define negate __negsf2 macro
253 # define negate __negdf2 macro
275 # define negate __negtf2 macro
295 # define negate __negsf2 macro
315 # define negate __negdf2 macro
496 extern FLO_type negate (FLO_type);
/freebsd-11-stable/contrib/top/
H A Dcommands.c482 register char negate; local
491 if ((negate = (*str == '-')) != 0)
500 /* negate if necessary */
501 if (negate)
/freebsd-11-stable/lib/libc/gen/
H A Dfnmatch.c238 int negate, ok; local
252 if ((negate = (*pattern == '!' || *pattern == '^')))
309 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dexpr.c1461 bool overflow, negate = false;
1468 negate = !negate, lhs = num_negate (lhs, precision);
1470 negate = !negate, rhs = num_negate (rhs, precision);
1491 if (negate)
1497 result.overflow = overflow || (num_positive (result, precision) ^ !negate
1512 bool negate = false, lhs_neg = false;
1519 negate = !negate, lhs_ne
1460 bool overflow, negate = false; local
1511 bool negate = false, lhs_neg = false; local
[all...]
/freebsd-11-stable/lib/libc/mips/gen/
H A Dldexp.S178 neg.d $f0, $f0 # negate result
197 neg.d $f0, $f0 # negate result
204 neg.d $f0, $f0 # negate result
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dfunction.h73 using std::negate;
/freebsd-11-stable/crypto/openssh/
H A Dauth-options.c100 int negate = 0; local
104 negate = 1;
110 negate ? "disabled" : "enabled");
112 return negate ? 0 : 1;
H A Dreadconf.c565 int r, port, this_result, result = 1, attributes = 0, negate; local
589 if ((negate = attrib[0] == '!'))
602 result = negate ? 0 : 1;
608 if (r == (negate ? 1 : 0))
624 if (r == (negate ? 1 : 0))
629 if (r == (negate ? 1 : 0))
634 if (r == (negate ? 1 : 0))
639 if (r == (negate ? 1 : 0))
675 if (r == (negate ? 1 : 0))
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-phiopt.c884 bool negate; local
945 will need to negate the result. Similarly for LT_EXPR/LE_EXPR if
953 negate = true;
955 negate = false;
959 if (negate)
976 if (negate)
H A Dtree-ssa-reassoc.c48 1. Breaking up subtract operations into addition + negate, where
390 operand of the negate operation. Otherwise, return NULL. */
483 /* If OPCODE is PLUS_EXPR, CURR->OP is really a negate expression,
1016 /* Recursively negate the value of TONEGATE, and return the SSA_NAME
1020 value to negate, and a_5 is defined by "a_5 = b_3 + b_4", it will
1032 /* If we are trying to negate a name, defined by an add, negate the
1062 with negate. This is true when we the subtract operands are really
1064 either case, breaking up the subtract into an add with negate
1204 tree negate; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFixedPoint.h134 APFixedPoint negate(bool *Overflow = nullptr) const;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c408 int negate; local
411 negate = val & 0x4;
419 if (negate)
/freebsd-11-stable/bin/pax/
H A Dpat_rep.c569 int negate; local
572 if ((negate = (*pattern == '!')) != 0)
590 return (ok == negate ? NULL : pattern);
/freebsd-11-stable/bin/sh/
H A Dparser.c368 int negate, t; local
370 negate = 0;
374 negate = !negate;
400 if (negate) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c188 bool forged, negate; local
1016 negate = optarg[0] == '!';
1017 if (negate)
1019 /* negate meaning of pattern match */
1026 if (negate)
1044 new->queue_negate = negate;
1052 new->queue_negate = negate;
1060 new->queue_negate = negate;
1074 new->queue_negate = negate;

Completed in 165 milliseconds

123