/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_sram.c | 206 __in boolean_t negate, in efx_sram_byte_increment_set() argument 212 _NOTE(ARGUNUSED(negate)) in efx_sram_byte_increment_set() 221 __in boolean_t negate, in efx_sram_all_the_same_set() argument 226 if (negate) in efx_sram_all_the_same_set() 235 __in boolean_t negate, in efx_sram_bit_alternate_set() argument 241 EFX_DWORD_0, (negate) ? 0x55555555 : 0xaaaaaaaa, in efx_sram_bit_alternate_set() 242 EFX_DWORD_1, (negate) ? 0x55555555 : 0xaaaaaaaa); in efx_sram_bit_alternate_set() 248 __in boolean_t negate, in efx_sram_byte_alternate_set() argument 254 EFX_DWORD_0, (negate) ? 0x00ff00ff : 0xff00ff00, in efx_sram_byte_alternate_set() 255 EFX_DWORD_1, (negate) ? 0x00ff00ff : 0xff00ff00); in efx_sram_byte_alternate_set() [all …]
|
H A D | efx.h | 1464 __in boolean_t negate,
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | fnmatch.c | 237 int negate, ok; in rangematch() local 249 if ((negate = (*pattern == '!' || *pattern == '^')) != 0) in rangematch() 306 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | opcode.c | 28 .negate = OP_##NG, \
|
H A D | opcode.h | 16 int negate:8; member
|
H A D | simplify.c | 1000 insn->opcode = inverse ? opcode_table[opcode].negate : opcode; in simplify_seteq_setne()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 177 register int negate = 0; in getvalue() local 184 negate++; in getvalue() 240 if (negate) in getvalue()
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 707 int negate = 0; in getvalue() local 714 negate++; in getvalue() 773 if (negate) { in getvalue()
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 16 dup 0< if negate endif ; 60 : dnegate ( d -- -d ) invert swap negate tuck 0= - ;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | main.c | 187 bool forged, negate; local 1003 negate = optarg[0] == '!'; 1004 if (negate) 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/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 2984 boolean_t negate = getNegateResults(); in adjustResults() local 2991 realResult = ((negate == B_TRUE) ? 1 : 0); in adjustResults() 2994 realResult = ((negate == B_TRUE) ? 0 : 1); in adjustResults() 3007 log_msg(LOG_MSG_DEBUG, DBG_ADJUST_RESULTS, a_result, negate, in adjustResults()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modsysfile.c | 1437 int negate = 0; in kobj_getvalue() local 1444 negate++; in kobj_getvalue() 1495 if (negate) in kobj_getvalue()
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 641 fxor %f10,%f30,%f10 ! if (n & 2) negate s, c
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 2835 int negate = (type&TNEGATE)!=0; in sh_exec() local 2915 shp->exitval = ((!n)^negate); in sh_exec()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | menu.4th | 747 \ negate the toggled state so that we reverse the flow on subsequent
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 15539 negate
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 15541 negate
|