| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 47 _c += _b; \ 48 _b -= _a; \ 51 _c -= _b; \ 53 _b += _a; \ 56 _c += _b; \ 57 _b -= _a; \ 60 _c -= _b; \ 62 _b += _a; \ 69 _c ^= _b; \ 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/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-lib.sh.in | 8 if ! [ -z "$_b" ]; then 9 unset _b 12 _b=$(getarg "$@") 13 [ $? -ne 0 ] && [ -z "$_b" ] && _b="$_default" 14 if [ -n "$_b" ]; then 15 [ "$_b" = "0" ] && return 1 16 [ "$_b" = "no" ] && return 1 17 [ "$_b" = "off" ] && return 1
|
| /f-stack/freebsd/arm/allwinner/a10/ |
| H A D | a10_intc.c | 90 #define SW_INT_IRQ_PENDING_REG(_b) (0x10 + ((_b) * 4)) argument 91 #define SW_INT_FIQ_PENDING_REG(_b) (0x20 + ((_b) * 4)) argument 92 #define SW_INT_SELECT_REG(_b) (0x30 + ((_b) * 4)) argument 93 #define SW_INT_ENABLE_REG(_b) (0x40 + ((_b) * 4)) argument 94 #define SW_INT_MASK_REG(_b) (0x50 + ((_b) * 4)) argument
|
| /f-stack/freebsd/sys/ |
| H A D | bitstring.h | 285 int _value, _offset, _logsize, _b; in bit_ffs_area_at() local 305 _b = _logsize; in bit_ffs_area_at() 306 while ((_test & (_test + 1)) != 0 && _b-- > 0) in bit_ffs_area_at() 307 _test |= _test >> (((_size - 1) >> _b) + 1) / 2; in bit_ffs_area_at() 332 int _value, _offset, _logsize, _b; in bit_ffc_area_at() local 352 _b = _logsize; in bit_ffc_area_at() 353 while ((_test & (_test + 1)) != 0 && _b-- > 0) in bit_ffc_area_at() 354 _test |= _test >> (((_size - 1) >> _b) + 1) / 2; in bit_ffc_area_at()
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/nfp-common/ |
| H A D | nfp_resid.h | 180 typeof(b) _b = (b); \ 182 (((int)(_b) >= 0) && ((int)(_b) < 12))) ? \ 183 (int)(((_a) << 4) | ((_b) + 4)) : -1) \
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_dp.h | 27 typeof(b) _b = (b); \ 29 (_a + (_b - 1)) / _b; \
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 537 typeof (b) _b = (b); \ 538 _a < _b ? _a : _b; \ 547 typeof (b) _b = (b); \ 548 _a > _b ? _a : _b; \
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 421 #define kmem_free(_b, _s) umem_free(_b, _s) 424 #define vmem_free(_b, _s) kmem_free(_b, _s) 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) 429 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b) 744 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ 745 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman_priv.h | 70 const u32 *_b = b->q.state; in qman_cgrs_and() local 73 *(_d++) = *(_a++) & *(_b++); in qman_cgrs_and() 83 const u32 *_b = b->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 …]
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 576 typeof (b) _b = (b); \ 577 _a < _b ? _a : _b; \ 586 typeof (b) _b = (b); \ 587 _a > _b ? _a : _b; \
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_lic.c | 67 #define WR4(_sc, _b, _r, _v) bus_write_4((_sc)->mem_res[_b], (_r), (_v)) argument 68 #define RD4(_sc, _b, _r) bus_read_4((_sc)->mem_res[_b], (_r)) argument
|
| /f-stack/freebsd/netinet6/ |
| H A D | frag6.c | 139 #define IP6QB_LOCK(_b) mtx_lock(&V_ip6qb[(_b)].lock) argument 140 #define IP6QB_TRYLOCK(_b) mtx_trylock(&V_ip6qb[(_b)].lock) argument 141 #define IP6QB_LOCK_ASSERT(_b) mtx_assert(&V_ip6qb[(_b)].lock, MA_OWNED) argument 142 #define IP6QB_UNLOCK(_b) mtx_unlock(&V_ip6qb[(_b)].lock) argument 143 #define IP6QB_HEAD(_b) (&V_ip6qb[(_b)].packets) argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 438 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument 440 xor_block(_b, _pos, _len); \ 441 rijndael_encrypt(&ctx->cc_aes, _b, _b); \ 583 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ argument 587 rijndael_encrypt(&ctx->cc_aes, _b0, _b); \ 588 xor_block(_pos, _b, _len); \
|
| H A D | ieee80211_regdomain.c | 190 #define swap(_a, _b, _size) { \ argument 191 uint8_t *s = _b; \
|
| 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()
|
| /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/tools/netstat/ |
| H A D | nhgrp.c | 181 cmp_nhg_idx(const void *_a, const void *_b) in cmp_nhg_idx() argument 186 b = _b; in cmp_nhg_idx()
|
| H A D | nhops.c | 329 cmp_nh_idx(const void *_a, const void *_b) in cmp_nh_idx() argument 334 b = _b; in cmp_nh_idx()
|
| /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 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/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 | 1199 uint16_t *_b = (uint16_t *)&b->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()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 3145 compare_opcodes(const void *_a, const void *_b) in compare_opcodes() argument 3150 b = (const struct opcode_obj_rewrite *)_b; in compare_opcodes() 3392 compare_sh(const void *_a, const void *_b) in compare_sh() argument 3397 b = (const struct ipfw_sopt_handler *)_b; in compare_sh()
|
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 2028 compare_values(const void *_a, const void *_b) in compare_values() argument 2033 b = (const struct _table_value *)_b; in compare_values()
|