| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 45 _a -= _c; \ 48 _b -= _a; \ 50 _a += _c; \ 53 _b += _a; \ 54 _a -= _c; \ 57 _b -= _a; \ 59 _a += _c; \ 62 _b += _a; \ 71 _a ^= _c; \ 73 _b ^= _a; \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | sysmacros.h | 291 #define DECL_BITFIELD2(_a, _b) \ argument 292 uint8_t _a, _b 294 uint8_t _a, _b, _c 296 uint8_t _a, _b, _c, _d 298 uint8_t _a, _b, _c, _d, _e 300 uint8_t _a, _b, _c, _d, _e, _f 307 uint8_t _b, _a 309 uint8_t _c, _b, _a 311 uint8_t _d, _c, _b, _a 313 uint8_t _e, _d, _c, _b, _a [all …]
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpswreg.h | 98 #define ALE_MCAST(_a) ((_a[1] >> 8) & 1) argument 100 #define ALE_PORTS(_a) ((_a[2] >> 2) & 7) argument 101 #define ALE_TYPE(_a) ((_a[1] >> 28) & 3) argument 105 #define ALE_VLAN(_a) ((_a[1] >> 16) & 0xfff) argument 106 #define ALE_VLAN_UNREGFLOOD(_a) ((_a[0] >> 8) & 7) argument 107 #define ALE_VLAN_REGFLOOD(_a) ((_a[0] >> 16) & 7) argument 108 #define ALE_VLAN_UNTAG(_a) ((_a[0] >> 24) & 7) argument 109 #define ALE_VLAN_MEMBERS(_a) (_a[0] & 7) argument
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/nfp-common/ |
| H A D | nfp_resid.h | 179 typeof(a) _a = (a); \ 181 (((((int)(_a) & 0x3F) == (int)(_a)) && \ 183 (int)(((_a) << 4) | ((_b) + 4)) : -1) \ 194 typeof(meid) _a = (meid); \ 195 ((((_a) >> 4) < 64) && (((_a) >> 4) >= 0) && \ 196 (((_a) & 0xF) >= 4)) \
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_spireg.h | 94 #define MCSPI_XFERLEVEL_AFL(_a) (((_a) >> 8) & 0xff) argument 95 #define MCSPI_XFERLEVEL_AEL(_a) (((_a) >> 0) & 0xff) argument
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 536 typeof (a) _a = (a); \ 538 _a < _b ? _a : _b; \ 546 typeof (a) _a = (a); \ 548 _a > _b ? _a : _b; \
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman_priv.h | 69 const u32 *_a = a->q.state; in qman_cgrs_and() local 73 *(_d++) = *(_a++) & *(_b++); in qman_cgrs_and() 82 const u32 *_a = a->q.state; in qman_cgrs_xor() local 86 *(_d++) = *(_a++) ^ *(_b++); in qman_cgrs_xor()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 1231 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) argument 1232 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument 1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument 1234 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f) 1239 # define DT1(_n,_a,_b) argument 1240 # define DT2(_n,_a,_b,_c,_d) argument 1241 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1246 # define DT1(_n,_a,_b) argument 1247 # define DT2(_n,_a,_b,_c,_d) argument 1248 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument [all …]
|
| H A D | ipf_rb.h | 363 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) argument
|
| H A D | fil.c | 4427 #define IPF_IFNAME_VALID(_a) (_a != -1) argument 4428 #define IPF_IFNAME_INVALID(_a) (_a == -1) argument 4429 #define IPF_IFNAMES_DIFFERENT(_a) \ argument 4430 !((IPF_IFNAME_INVALID(fr1->_a) && \ 4431 IPF_IFNAME_INVALID(fr2->_a)) || \ 4432 (IPF_IFNAME_VALID(fr1->_a) && \ 4433 IPF_IFNAME_VALID(fr2->_a) && \ 4434 !strcmp(FR_NAME(fr1, _a), FR_NAME(fr2, _a)))) 4435 #define IPF_FRDEST_DIFFERENT(_a) \ argument 4436 (memcmp(&fr1->_a.fd_addr, &fr2->_a.fd_addr, \ [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 575 typeof (a) _a = (a); \ 577 _a < _b ? _a : _b; \ 585 typeof (a) _a = (a); \ 587 _a > _b ? _a : _b; \
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_dp.h | 26 typeof(a) _a = (a); \ 29 (_a + (_b - 1)) / _b; \
|
| /f-stack/freebsd/contrib/edk2/Include/Uefi/ |
| H A D | UefiBaseType.h | 158 #define EFIERR(_a) ENCODE_ERROR(_a) argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_regdomain.c | 190 #define swap(_a, _b, _size) { \ argument 194 uint8_t tmp = *_a; \ 195 *_a++ = *s; \ 198 _a -= _size; \
|
| H A D | ieee80211_crypto_ccmp.c | 583 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ argument 590 xor_block(_a, _pos, _len); \ 591 rijndael_encrypt(&ctx->cc_aes, _a, _a); \
|
| H A D | ieee80211.h | 39 #define IEEE80211_IS_MULTICAST(_a) (*(_a) & 0x01) argument
|
| H A D | ieee80211_scan_sta.c | 873 #define PREFER(_a,_b,_what) do { \ in sta_compare() argument 874 if (((_a) ^ (_b)) & (_what)) \ in sta_compare() 875 return ((_a) & (_what)) ? 1 : -1; \ in sta_compare()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 94 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) argument 97 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b)) argument 100 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b)) argument 102 #define STACK_PUSH(_a, _b, _c, _d)\ argument 105 stack[ssize].a = (_a), stack[ssize].b = (_b),\ 108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 111 stack[ssize].a = (_a), stack[ssize].b = (_b),\ 114 #define STACK_POP(_a, _b, _c, _d)\ argument 118 (_a) = stack[--ssize].a, (_b) = stack[ssize].b,\ 121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument [all …]
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 115 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s) argument 116 #define ECORE_MEMCPY(_a, _b, _s) rte_memcpy(_a, _b, _s) argument 117 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s) argument 198 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument 199 bnx2x_sp_post(_sc, _a, _b, U64_HI(_c), U64_LO(_c), _d)
|
| /f-stack/tools/netstat/ |
| H A D | nhgrp.c | 181 cmp_nhg_idx(const void *_a, const void *_b) in cmp_nhg_idx() argument 185 a = _a; in cmp_nhg_idx()
|
| H A D | nhops.c | 329 cmp_nh_idx(const void *_a, const void *_b) in cmp_nh_idx() argument 333 a = _a; in cmp_nh_idx()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 425 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ 426 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) 744 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_defines.h | 1212 typeof(a) _a = (a); \ 1213 _a ? (0x40 + 0x40 * _a) : 0; \
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 33 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
|
| /f-stack/dpdk/drivers/net/avp/ |
| H A D | avp_ethdev.c | 1198 uint16_t *_a = (uint16_t *)&a->addr_bytes[0]; in _avp_cmp_ether_addr() local 1200 return (_a[0] ^ _b[0]) | (_a[1] ^ _b[1]) | (_a[2] ^ _b[2]); in _avp_cmp_ether_addr()
|