Searched refs:negate (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_sram.c | 180 __in boolean_t negate, in efx_sram_byte_increment_set() argument 186 _NOTE(ARGUNUSED(negate)) in efx_sram_byte_increment_set() 195 __in boolean_t negate, in efx_sram_all_the_same_set() argument 200 if (negate) in efx_sram_all_the_same_set() 209 __in boolean_t negate, in efx_sram_bit_alternate_set() argument 215 EFX_DWORD_0, (negate) ? 0x55555555 : 0xaaaaaaaa, in efx_sram_bit_alternate_set() 222 __in boolean_t negate, in efx_sram_byte_alternate_set() argument 235 __in boolean_t negate, in efx_sram_byte_changing_set() argument 249 eqp->eq_u8[index] = (negate) ? ~byte : byte; in efx_sram_byte_changing_set() 256 __in boolean_t negate, in efx_sram_bit_sweep_set() argument [all …]
|
| H A D | efx.h | 2194 __in boolean_t negate,
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | fnmatch.c | 128 int negate, ok; in rangematch() local 138 negate = (*pattern == '!' || *pattern == '^'); in rangematch() 139 if (negate) in rangematch() 171 return (ok == negate ? NULL : pattern); in rangematch()
|
| /f-stack/freebsd/libkern/ |
| H A D | fnmatch.c | 161 int negate, ok; in rangematch() local 171 if ( (negate = (*pattern == '!' || *pattern == '^')) ) in rangematch() 214 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
|
| /f-stack/tools/compat/ |
| H A D | fnmatch.c | 184 int negate, ok; in rangematch() local 194 if ( (negate = (*pattern == '!' || *pattern == '^')) ) in rangematch() 237 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | fp.S | 639 xor ta0, ta0, 1 # negate FT sign bit 755 xor ta0, ta0, 1 # negate sign bit 1619 not t3 # negate t1,t3 1626 not ta3 # negate ta1,ta3
|