Home
last modified time | relevance | path

Searched defs:_a (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h291 #define DECL_BITFIELD2(_a, _b) \ argument
293 #define DECL_BITFIELD3(_a, _b, _c) \ argument
295 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
297 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
299 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
301 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
306 #define DECL_BITFIELD2(_a, _b) \ argument
308 #define DECL_BITFIELD3(_a, _b, _c) \ argument
310 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
312 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
[all …]
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswreg.h98 #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/common/sfc_efx/base/
H A Defx_hash.c43 #define EFX_HASH_MIX(_a, _b, _c) \ argument
67 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
/f-stack/freebsd/arm/ti/
H A Dti_spireg.h94 #define MCSPI_XFERLEVEL_AFL(_a) (((_a) >> 8) & 0xff) argument
95 #define MCSPI_XFERLEVEL_AEL(_a) (((_a) >> 0) & 0xff) argument
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1231 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) argument
1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
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
1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 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 Dipf_rb.h363 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) argument
H A Dfil.c4427 #define IPF_IFNAME_VALID(_a) (_a != -1) argument
4428 #define IPF_IFNAME_INVALID(_a) (_a == -1) argument
4429 #define IPF_IFNAMES_DIFFERENT(_a) \ argument
4435 #define IPF_FRDEST_DIFFERENT(_a) \ argument
H A Dip_fil.h790 #define FR_NUM(_a) (sizeof(_a) / sizeof(*_a)) argument
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c94 # 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
108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
114 #define STACK_POP(_a, _b, _c, _d)\ argument
121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman_priv.h69 const u32 *_a = a->q.state; in qman_cgrs_and() local
82 const u32 *_a = a->q.state; in qman_cgrs_xor() local
/f-stack/freebsd/net80211/
H A Dieee80211_regdomain.c190 #define swap(_a, _b, _size) { \ argument
H A Dieee80211_crypto_ccmp.c583 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ argument
H A Dieee80211_scan_sta.c873 #define PREFER(_a,_b,_what) do { \ in sta_compare() argument
H A Dieee80211.h39 #define IEEE80211_IS_MULTICAST(_a) (*(_a) & 0x01) argument
/f-stack/tools/netstat/
H A Dnhgrp.c181 cmp_nhg_idx(const void *_a, const void *_b) in cmp_nhg_idx()
H A Dnhops.c329 cmp_nh_idx(const void *_a, const void *_b) in cmp_nh_idx()
/f-stack/freebsd/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h158 #define EFIERR(_a) ENCODE_ERROR(_a) argument
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h115 #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
/f-stack/tools/ipfw/
H A Dtables.c2028 compare_values(const void *_a, const void *_b) in compare_values()
H A Dipfw2.c5197 compare_ntlv(const void *_a, const void *_b) in compare_ntlv()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c3145 compare_opcodes(const void *_a, const void *_b) in compare_opcodes()
3392 compare_sh(const void *_a, const void *_b) in compare_sh()
/f-stack/dpdk/drivers/net/avp/
H A Davp_ethdev.c1198 uint16_t *_a = (uint16_t *)&a->addr_bytes[0]; in _avp_cmp_ether_addr() local
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h33 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument