| /f-stack/freebsd/net80211/ |
| H A D | _ieee80211.h | 245 #define IEEE80211_IS_CHAN_A(_c) \ argument 247 #define IEEE80211_IS_CHAN_B(_c) \ argument 251 #define IEEE80211_IS_CHAN_G(_c) \ argument 255 #define IEEE80211_IS_CHAN_ST(_c) \ argument 270 #define IEEE80211_IS_CHAN_CCK(_c) \ argument 272 #define IEEE80211_IS_CHAN_DYN(_c) \ argument 289 #define IEEE80211_IS_CHAN_GSM(_c) \ argument 291 #define IEEE80211_IS_CHAN_HT(_c) \ argument 301 #define IEEE80211_IS_CHAN_HTA(_c) \ argument 304 #define IEEE80211_IS_CHAN_HTG(_c) \ argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | sysmacros.h | 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 303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ 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 314 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument [all …]
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_spireg.h | 61 #define MCSPI_CONF_CH(_c) (0x12c + 0x14 * (_c)) argument 82 #define MCSPI_STAT_CH(_c) (0x130 + 0x14 * (_c)) argument 86 #define MCSPI_CTRL_CH(_c) (0x134 + 0x14 * (_c)) argument 91 #define MCSPI_TX_CH(_c) (0x138 + 0x14 * (_c)) argument 92 #define MCSPI_RX_CH(_c) (0x13c + 0x14 * (_c)) argument
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 43 #define EFX_HASH_MIX(_a, _b, _c) \ argument 67 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
|
| H A D | efx_annote.h | 58 #define __drv_when(_p, _c) argument
|
| /f-stack/freebsd/net/ |
| H A D | netmap_legacy.h | 203 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument 205 #define _IO_direct(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ argument 208 #define _IOWR(_c, _n, _s) _IO(_c, _n) argument
|
| H A D | radix.c | 540 #define CONTIG(_c) (((~(_c) + 1) & (_c)) == (unsigned char)(~(_c) + 1)) in rn_addmask() argument
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | testhelp.h | 44 #define test_cond(descr,_c) do { \ argument
|
| H A D | server.h | 456 #define serverAssertWithInfo(_c,_o,_e) ((_e)?(void)0 : (_serverAssertWithInfo(_c,_o,#_e,__FILE__,__… argument
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 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 1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ 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 1247 # define DT2(_n,_a,_b,_c,_d) argument 1248 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument 1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3_fbd.c | 103 #define CPMEM_CHANNEL_OFFSET(_c) ((_c) * 0x40) argument
|
| H A D | imx51_ipuv3.c | 165 #define CPMEM_CHANNEL_OFFSET(_c) ((_c) * 0x40) argument
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cmsgpack.c | 160 #define mp_cur_consume(_c,_len) do { _c->p += _len; _c->left -= _len; } while(0) argument 165 #define mp_cur_need(_c,_len) do { \ argument
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 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/app/redis-5.0.5/deps/hiredis/ |
| H A D | test.c | 39 #define test_cond(_c) if(_c) printf("\033[0;32mPASSED\033[0;0m\n"); else {printf("\033[0;31mFAILED\… argument
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec.h | 51 #define IPSEC_ASSERT(_c,_m) KASSERT(_c, _m) argument
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_reset.c | 619 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) argument 825 #define IS(_c, _f) (IEEE80211_IS_ ## _f(_c)) argument 4406 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) in First_NFCal() argument
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 117 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s) argument 198 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument
|