| /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 254 (IEEE80211_IS_CHAN_PUREG(_c) || IEEE80211_IS_CHAN_G(_c)) 281 (((_c)->ic_flags & \ 302 (IEEE80211_IS_CHAN_5GHZ(_c) && \ 305 (IEEE80211_IS_CHAN_2GHZ(_c) && \ 319 (IEEE80211_IS_CHAN_2GHZ(_c) && \ 322 (IEEE80211_IS_CHAN_5GHZ(_c) && \ 333 (IEEE80211_IS_CHAN_5GHZ(_c) && \ [all …]
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 45 _a -= _c; \ 47 _c += _b; \ 50 _a += _c; \ 51 _c -= _b; \ 54 _a -= _c; \ 56 _c += _b; \ 59 _a += _c; \ 60 _c -= _b; \ 69 _c ^= _b; \ 71 _a ^= _c; \ [all …]
|
| H A D | efx_annote.h | 58 #define __drv_when(_p, _c) argument
|
| /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/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | sysmacros.h | 293 #define DECL_BITFIELD3(_a, _b, _c) \ argument 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 302 uint8_t _a, _b, _c, _d, _e, _f, _g 309 uint8_t _c, _b, _a 311 uint8_t _d, _c, _b, _a 313 uint8_t _e, _d, _c, _b, _a 315 uint8_t _f, _e, _d, _c, _b, _a [all …]
|
| /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/freebsd/kern/ |
| H A D | subr_terminal.c | 141 teken_color_t _c; \ 143 _c = (color); \ 144 TCOLOR_FG(_c & 7) | ((_c & 8) << 18); \ 149 teken_color_t _c; \ 151 _c = (color); \ 152 TCOLOR_BG(_c & 7) | ((_c & 8) << 20); \ 156 teken_color_t _c; \ 158 _c = (color); \ 159 if (_c >= 16) \ 160 _c = teken_256to16(_c); \ [all …]
|
| /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) 427 #define kmem_cache_destroy(_c) umem_cache_destroy(_c) 428 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) 429 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b) 431 #define kmem_cache_reap_now(_c) umem_cache_reap_now(_c); 432 #define kmem_cache_set_move(_c, _cb) /* nothing */ 744 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ 745 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | testhelp.h | 44 #define test_cond(descr,_c) do { \ argument 46 if(_c) printf("PASSED\n"); else {printf("FAILED\n"); __failed_tests++;} \
|
| H A D | server.h | 456 #define serverAssertWithInfo(_c,_o,_e) ((_e)?(void)0 : (_serverAssertWithInfo(_c,_o,#_e,__FILE__,__… argument
|
| /f-stack/freebsd/arm/arm/ |
| H A D | stdatomic.c | 195 __sync_lock_test_and_set_##N##_c(uintN_t *mem, uintN_t val) \ 227 __sync_val_compare_and_swap_##N##_c(uintN_t *mem, uintN_t expected, \ 268 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \ 306 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \ 381 __sync_##name##_4##_c(uint32_t *mem, uint32_t val) \
|
| /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 1234 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f) 1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1236 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h) 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 [all …]
|
| /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 166 if (_c->left < _len) { \ 167 _c->err = MP_CUR_ERROR_EOF; \
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec.h | 51 #define IPSEC_ASSERT(_c,_m) KASSERT(_c, _m) 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/freebsd/sys/ |
| H A D | rman.h | 159 void rman_set_irq_cookie(struct resource *_r, void *_c);
|
| /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 199 bnx2x_sp_post(_sc, _a, _b, U64_HI(_c), U64_LO(_c), _d)
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.c | 102 #define STACK_PUSH(_a, _b, _c, _d)\ argument 106 stack[ssize].c = (_c), stack[ssize++].d = (_d);\ 108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 112 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\ 114 #define STACK_POP(_a, _b, _c, _d)\ argument 119 (_c) = stack[ssize].c, (_d) = stack[ssize].d;\ 121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument 126 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
|
| /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/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/doc/guides/tools/ |
| H A D | testbbdev.rst | 156 …./test-bbdev.py -v app/test-bbdev/test_vectors/turbo_<enc/dec>_c<c>_k<k>_r<r>_e<e>_<extra-info>.da…
|