Searched refs:_b (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dconcept_check.h53 #define __glibcxx_class_requires(_a,_b)
54 #define __glibcxx_class_requires2(_a,_b,_c)
55 #define __glibcxx_class_requires3(_a,_b,_c,_d)
56 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
76 #define __glibcxx_class_requires2(_a,_b,_C) \
77 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
78 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
79 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C);
80 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
81 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dbuffer.h682 #define ISC__BUFFER_INIT(_b, _base, _length) \
689 (_b)->base = _u.var; \
690 (_b)->length = (_length); \
691 (_b)->used = 0; \
692 (_b)->current = 0; \
693 (_b)->active = 0; \
694 (_b)->mctx = NULL; \
695 ISC_LINK_INIT(_b, link); \
696 (_b)->magic = ISC_BUFFER_MAGIC; \
699 #define ISC__BUFFER_INITNULL(_b) ISC__BUFFER_INI
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dmman.h35 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f)
H A Datomic.h35 #define casptr(_a, _b, _c) \
36 atomic_cmpset_ptr((volatile uintptr_t *)(_a), (uintptr_t)(_b), (uintptr_t) (_c))
/freebsd-11-stable/gnu/usr.bin/cc/include/
H A D__wmmintrin_pclmul.h45 __m128i _b = (b); \
47 __asm__("pclmulqdq %3, %2, %0": "=x" (_a): "0" (_a), "xm" (_b), \
/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.h44 #define USB_BUS_LOCK(_b) mtx_lock(&(_b)->bus_mtx)
45 #define USB_BUS_UNLOCK(_b) mtx_unlock(&(_b)->bus_mtx)
46 #define USB_BUS_LOCK_ASSERT(_b, _t) mtx_assert(&(_b)->bus_mtx, _t)
47 #define USB_BUS_SPIN_LOCK(_b) mtx_lock_spin(&(_b)->bus_spin_lock)
48 #define USB_BUS_SPIN_UNLOCK(_b) mtx_unlock_spin(&(_b)
[all...]
/freebsd-11-stable/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0)
149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b))
152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b))
154 #define STACK_PUSH(_a, _b, _
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_hash.c70 #define EFX_HASH_MIX(_a, _b, _c) \
74 _c += _b; \
75 _b -= _a; \
76 _b ^= EFX_HASH_ROTATE(_a, 6); \
78 _c -= _b; \
79 _c ^= EFX_HASH_ROTATE(_b, 8); \
80 _b += _a; \
83 _c += _b; \
84 _b -= _a; \
85 _b
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_imx.h209 #define CLR(_bas, _r, _b) \
210 SETREG((_bas), (_r), GETREG((_bas), (_r)) & ~(_b))
211 #define SET(_bas, _r, _b) \
212 SETREG((_bas), (_r), GETREG((_bas), (_r)) | (_b))
213 #define IS_SET(_bas, _r, _b) \
214 ((GETREG((_bas), (_r)) & (_b)) ? 1 : 0)
216 #define ENA(_bas, _r, _b) SET((_bas), REG(_r), FLD(_r, _b))
217 #define DIS(_bas, _r, _b) CLR((_bas), REG(_r), FLD(_r, _b))
[all...]
/freebsd-11-stable/tools/tools/ath/common/
H A Dah_osdep.h52 #define OS_MACEQU(_a, _b) \
53 (bcmp((_a), (_b), IEEE80211_ADDR_LEN) == 0)
70 #define __printflike(_a,_b) \
71 __attribute__ ((__format__ (__printf__, _a, _b)))
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_rss.h61 #define rss_hash2bucket(_a,_b,_c) -1
H A Dixgbe_sriov.h85 #define ixgbe_add_vf(_a,_b,_c)
86 #define ixgbe_init_iov(_a,_b,_c)
92 #define ixgbe_define_iov_schemas(_a,_b)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h340 #define DECL_BITFIELD2(_a, _b) \
341 uint8_t _a, _b
342 #define DECL_BITFIELD3(_a, _b, _c) \
343 uint8_t _a, _b, _c
344 #define DECL_BITFIELD4(_a, _b, _c, _d) \
345 uint8_t _a, _b, _c, _d
346 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \
347 uint8_t _a, _b, _c, _d, _e
348 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \
349 uint8_t _a, _b, _
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.h61 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b))
62 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a))
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.h72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l))
/freebsd-11-stable/sys/arm/allwinner/a10/
H A Da10_intc.c94 #define SW_INT_IRQ_PENDING_REG(_b) (0x10 + ((_b) * 4))
95 #define SW_INT_FIQ_PENDING_REG(_b) (0x20 + ((_b) * 4))
96 #define SW_INT_SELECT_REG(_b) (0x30 + ((_b) * 4))
97 #define SW_INT_ENABLE_REG(_b) (0x40 + ((_b) * 4))
98 #define SW_INT_MASK_REG(_b) (0x50 + ((_b) *
[all...]
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_lic.c67 #define WR4(_sc, _b, _r, _v) bus_write_4((_sc)->mem_res[_b], (_r), (_v))
68 #define RD4(_sc, _b, _r) bus_read_4((_sc)->mem_res[_b], (_r))
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1226 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b)
1227 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)
1228 # define DT3(_n,_a,_b,_c,_d,_e,_f) \
1229 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
1230 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
1231 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1234 # define DT1(_n,_a,_b)
1235 # define DT2(_n,_a,_b,_
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.h34 #define min_t(type, _a, _b) (((type)(_a) < (type)(_b)) ? (type)(_a) : (type)(_b))
/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto_ccmp.c404 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \
406 xor_block(_b, _pos, _len); \
407 rijndael_encrypt(&ctx->cc_aes, _b, _b); \
549 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \
553 rijndael_encrypt(&ctx->cc_aes, _b0, _b); \
554 xor_block(_pos, _b, _len); \
H A Dieee80211_regdomain.c167 #define swap(_a, _b, _size) { \
168 uint8_t *s = _b; \
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h359 #define kmem_free(_b, _s) umem_free(_b, _s)
361 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
362 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
365 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b)
696 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0)
/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_usb.c59 usb_compare(const void *_a, const void *_b) argument
62 const struct usb_device_id *b = _b;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c909 int _b = *(int *) b; local
913 if (_b == 0)
915 return _a - _b;
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.h143 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s)
144 #define ECORE_MEMCPY(_a, _b, _s) memcpy(_a, _b, _s)
223 #define ecore_sp_post(_sc, _a, _b, _c, _d) \
224 bxe_sp_post(_sc, _a, _b, U64_HI(_c), U64_LO(_c), _d)

Completed in 365 milliseconds

12