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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_sram.c206 __in boolean_t negate,
212 _NOTE(ARGUNUSED(negate))
221 __in boolean_t negate,
226 if (negate)
235 __in boolean_t negate,
241 EFX_DWORD_0, (negate) ? 0x55555555 : 0xaaaaaaaa,
242 EFX_DWORD_1, (negate) ? 0x55555555 : 0xaaaaaaaa);
248 __in boolean_t negate,
254 EFX_DWORD_0, (negate) ? 0x00ff00ff : 0xff00ff00,
255 EFX_DWORD_1, (negate)
204 efx_sram_byte_increment_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
219 efx_sram_all_the_same_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
233 efx_sram_bit_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
246 efx_sram_byte_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
259 efx_sram_byte_changing_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
280 efx_sram_bit_sweep_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
[all...]
H A Defx.h1464 __in boolean_t negate,
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmuldiv.s49 subcc %g0,%o0,%o0 ! simply negate dividend
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfnmatch.c223 int negate, ok; local
235 if ((negate = (*pattern == '!' || *pattern == '^')) != 0)
292 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c179 register int negate = 0; local
186 negate++;
242 if (negate)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c187 bool forged, negate; local
1003 negate = optarg[0] == '!';
1004 if (negate)
1006 /* negate meaning of pattern match */
1013 if (negate)
1031 new->queue_negate = negate;
1039 new->queue_negate = negate;
1047 new->queue_negate = negate;
1061 new->queue_negate = negate;
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c707 int negate = 0; local
714 negate++;
773 if (negate) {
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h64 FNPROTO(negate); variable
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c35 * -n - negate results of condition test
383 * Public interface: negate output results.
2979 boolean_t negate = getNegateResults(); local
2986 realResult = ((negate == B_TRUE) ? 1 : 0);
2989 realResult = ((negate == B_TRUE) ? 0 : 1);
3002 log_msg(LOG_MSG_DEBUG, DBG_ADJUST_RESULTS, a_result, negate,
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1400 int negate = 0; local
1407 negate++;
1458 if (negate)
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c228 negate(fcode_env_t *env) function
230 CHECK_DEPTH(env, 1, "negate");
2517 ANSI(0x02c, 0, "negate", negate);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S641 fxor %f10,%f30,%f10 ! if (n & 2) negate s, c
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c2122 int negate = (type&TNEGATE)!=0; local
2198 shp->exitval = ((!n)^negate);

Completed in 91 milliseconds