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

12

/freebsd-10.1-release/sys/dev/sfxge/common/
H A Defx_sram.c175 __in boolean_t negate,
181 _NOTE(ARGUNUSED(negate))
190 __in boolean_t negate,
195 if (negate)
204 __in boolean_t negate,
210 EFX_DWORD_0, (negate) ? 0x55555555 : 0xaaaaaaaa,
211 EFX_DWORD_1, (negate) ? 0x55555555 : 0xaaaaaaaa);
217 __in boolean_t negate,
223 EFX_DWORD_0, (negate) ? 0x00ff00ff : 0xff00ff00,
224 EFX_DWORD_1, (negate)
173 efx_sram_byte_increment_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
188 efx_sram_all_the_same_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
202 efx_sram_bit_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
215 efx_sram_byte_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
228 efx_sram_byte_changing_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
249 efx_sram_bit_sweep_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
[all...]
/freebsd-10.1-release/contrib/libarchive/test_utils/
H A Dtest_utils.c40 int negate = 0; local
46 negate = 1;
73 return (negate) ? !retval : retval;
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/sys/libkern/
H A Dfnmatch.c159 int negate, ok; local
169 if ( (negate = (*pattern == '!' || *pattern == '^')) )
212 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
/freebsd-10.1-release/usr.bin/csup/
H A Dfnmatch.c154 int negate, ok; local
164 if ( (negate = (*pattern == '!' || *pattern == '^')) )
196 return (ok == negate ? NULL : pattern);
/freebsd-10.1-release/contrib/apr/strings/
H A Dapr_fnmatch.c82 int negate; local
89 negate = ((**pattern == '!') || (**pattern == '^'));
90 if (negate)
103 return (result ^ negate);
/freebsd-10.1-release/usr.bin/dc/
H A Dbcode.h94 void negate(struct number *);
H A Dinout.c232 negate(n);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/contrib/top/
H A Dcommands.c467 register char negate; local
476 if ((negate = (*str == '-')) != 0)
485 /* negate if necessary */
486 if (negate)
/freebsd-10.1-release/lib/libc/gen/
H A Dfnmatch.c224 int negate, ok; local
238 if ( (negate = (*pattern == '!' || *pattern == '^')) )
295 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/contrib/libstdc++/include/backward/
H A Dfunction.h73 using std::negate;
/freebsd-10.1-release/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-10.1-release/bin/pax/
H A Dpat_rep.c571 int negate; local
574 if ((negate = (*pattern == '!')) != 0)
592 return (ok == negate ? NULL : pattern);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c408 int negate; local
411 negate = val & 0x4;
419 if (negate)
/freebsd-10.1-release/bin/sh/
H A Dparser.c333 int negate, t; local
335 negate = 0;
339 negate = !negate;
365 if (negate) {
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp49 void negate();
129 void negate() { Coeff.negate(); } function in class:__anon2711::FAddend
298 negate();
325 void FAddendCoef::negate() { function in class:FAddendCoef
381 Addend.negate();
1344 // If we have p - gep(p, ...) then we have to negate the result.
/freebsd-10.1-release/contrib/sendmail/src/
H A Dmain.c183 bool forged, negate; local
1002 negate = optarg[0] == '!';
1003 if (negate)
1005 /* negate meaning of pattern match */
1012 if (negate)
1030 new->queue_negate = negate;
1038 new->queue_negate = negate;
1046 new->queue_negate = negate;
1060 new->queue_negate = negate;

Completed in 451 milliseconds

12