Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbuffer.h691 (_b)->used = 0; \
699 #define ISC__BUFFER_INITNULL(_b) ISC__BUFFER_INIT(_b, NULL, 0) argument
706 (_b)->used = 0; \
737 if ((_b)->current > (_b)->used) \
738 (_b)->current = (_b)->used; \
739 if ((_b)->active > (_b)->used) \
740 (_b)->active = (_b)->used; \
745 (_b)->used = 0; \
764 if ((_b)->current < (_b)->active) { \
775 (_b)->active = (_b)->current + (_n); \
[all …]
/freebsd/sys/dev/sfxge/common/
H A Defx_hash.c72 _c += _b; \
73 _b -= _a; \
76 _c -= _b; \
78 _b += _a; \
81 _c += _b; \
82 _b -= _a; \
85 _c -= _b; \
87 _b += _a; \
94 _c ^= _b; \
98 _b ^= _a; \
[all …]
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) argument
149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b)) argument
152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b)) argument
154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
157 stack[ssize].a = (_a), stack[ssize].b = (_b),\
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
163 stack[ssize].a = (_a), stack[ssize].b = (_b),\
166 #define STACK_POP(_a, _b, _c, _d)\ argument
170 (_a) = stack[--ssize].a, (_b) = stack[ssize].b,\
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h347 #define DECL_BITFIELD2(_a, _b) \ argument
348 uint8_t _a, _b
350 uint8_t _a, _b, _c
352 uint8_t _a, _b, _c, _d
354 uint8_t _a, _b, _c, _d, _e
356 uint8_t _a, _b, _c, _d, _e, _f
363 uint8_t _b, _a
365 uint8_t _c, _b, _a
367 uint8_t _d, _c, _b, _a
369 uint8_t _e, _d, _c, _b, _a
[all …]
/freebsd/sys/dev/usb/
H A Dusb_core.h44 #define USB_BUS_LOCK(_b) USB_MTX_LOCK(&(_b)->bus_mtx) argument
45 #define USB_BUS_UNLOCK(_b) USB_MTX_UNLOCK(&(_b)->bus_mtx) argument
46 #define USB_BUS_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_mtx, _t) argument
49 #define USB_BUS_SPIN_LOCK(_b) USB_MTX_LOCK_SPIN(&(_b)->bus_spin_lock) argument
50 #define USB_BUS_SPIN_UNLOCK(_b) USB_MTX_UNLOCK_SPIN(&(_b)->bus_spin_lock) argument
51 #define USB_BUS_SPIN_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_spin_lock, _t) argument
/freebsd/sys/dev/uart/
H A Duart_dev_imx.h206 #define CLR(_bas, _r, _b) \ argument
207 SETREG((_bas), (_r), GETREG((_bas), (_r)) & ~(_b))
208 #define SET(_bas, _r, _b) \ argument
209 SETREG((_bas), (_r), GETREG((_bas), (_r)) | (_b))
210 #define IS_SET(_bas, _r, _b) \ argument
211 ((GETREG((_bas), (_r)) & (_b)) ? 1 : 0)
213 #define ENA(_bas, _r, _b) SET((_bas), REG(_r), FLD(_r, _b)) argument
214 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b)) argument
215 #define IS(_bas, _r, _b) IS_SET((_bas), REG(_r), FLD(_r, _b)) argument
/freebsd/contrib/nvi/common/
H A Dutil.h59 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
60 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
/freebsd/sys/arm/allwinner/a10/
H A Da10_intc.c88 #define SW_INT_IRQ_PENDING_REG(_b) (0x10 + ((_b) * 4)) argument
89 #define SW_INT_FIQ_PENDING_REG(_b) (0x20 + ((_b) * 4)) argument
90 #define SW_INT_SELECT_REG(_b) (0x30 + ((_b) * 4)) argument
91 #define SW_INT_ENABLE_REG(_b) (0x40 + ((_b) * 4)) argument
92 #define SW_INT_MASK_REG(_b) (0x50 + ((_b) * 4)) argument
/freebsd/tools/tools/ath/common/
H A Dah_osdep.h50 #define OS_MACEQU(_a, _b) \ argument
51 (bcmp((_a), (_b), IEEE80211_ADDR_LEN) == 0)
68 #define __printflike(_a,_b) \ argument
69 __attribute__ ((__format__ (__printf__, _a, _b)))
/freebsd/sys/dev/ixgbe/
H A Dixgbe_sriov.h86 #define ixgbe_add_vf(_a,_b,_c) argument
87 #define ixgbe_init_iov(_a,_b,_c) argument
93 #define ixgbe_define_iov_schemas(_a,_b) argument
95 #define ixgbe_vf_que_index(_a, _b, _c) (_c) argument
H A Dixgbe_rss.h59 #define rss_hash2bucket(_a,_b,_c) -1 argument
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1210 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) argument
1211 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1212 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1213 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1215 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1220 # define DT1(_n,_a,_b) argument
1221 # define DT2(_n,_a,_b,_c,_d) argument
1222 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_common.h537 typeof (b) _b = (b); \
538 _a < _b ? _a : _b; \
547 typeof (b) _b = (b); \
548 _a > _b ? _a : _b; \
/freebsd/sys/dev/ice/
H A Dice_defs.h53 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h418 #define kmem_free(_b, _s) umem_free(_b, _s)
421 #define vmem_free(_b, _s) kmem_free(_b, _s)
422 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
423 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
426 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b)
759 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
760 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
/freebsd/sys/arm/nvidia/
H A Dtegra_lic.c65 #define WR4(_sc, _b, _r, _v) bus_write_4((_sc)->mem_res[_b], (_r), (_v)) argument
66 #define RD4(_sc, _b, _r) bus_read_4((_sc)->mem_res[_b], (_r)) argument
/freebsd/sys/netinet6/
H A Dfrag6.c142 #define IP6QB_LOCK(_b) mtx_lock(&V_ip6qb[(_b)].lock) argument
143 #define IP6QB_TRYLOCK(_b) mtx_trylock(&V_ip6qb[(_b)].lock) argument
144 #define IP6QB_LOCK_ASSERT(_b) mtx_assert(&V_ip6qb[(_b)].lock, MA_OWNED) argument
145 #define IP6QB_UNLOCK(_b) mtx_unlock(&V_ip6qb[(_b)].lock) argument
146 #define IP6QB_HEAD(_b) (&V_ip6qb[(_b)].packets) argument
/freebsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c436 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
438 xor_block(_b, _pos, _len); \
439 rijndael_encrypt(&ctx->cc_aes, _b, _b); \
581 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ argument
585 rijndael_encrypt(&ctx->cc_aes, _b0, _b); \
586 xor_block(_pos, _b, _len); \
/freebsd/sys/dev/ath/
H A Dah_osdep.h72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.h32 #define min_t(type, _a, _b) (((type)(_a) < (type)(_b)) ? (type)(_a) : (type)(_b)) argument
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c297 cmp_iface(const void *_a, const void *_b) in cmp_iface() argument
300 const struct iface *b = *((const void * const *)_b); in cmp_iface()
306 cmp_ifaddr(const void *_a, const void *_b) in cmp_ifaddr() argument
309 const struct ifa *b = *((const void * const *)_b); in cmp_ifaddr()
/freebsd/sys/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
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 …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h164 int _b = (int)(b); \
165 tt_assert_test_type(_a,_b,#a" "#op" "#b,long,(val1_ op val2_), \
/freebsd/contrib/libevent/test/
H A Dtinytest_macros.h164 int _b = (int)(b); \
165 tt_assert_test_type(_a,_b,#a" "#op" "#b,long,(val1_ op val2_), \
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.h23 #define phy_div(a, b) ({typeof(b) _b = (b); (_b) ? ((a) / (_b)) : 0; })

123