Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbuffer.h682 #define ISC__BUFFER_INIT(_b, _base, _length) \ argument
699 #define ISC__BUFFER_INITNULL(_b) ISC__BUFFER_INIT(_b, NULL, 0) argument
701 #define ISC__BUFFER_INVALIDATE(_b) \ argument
711 #define ISC__BUFFER_REGION(_b, _r) \ argument
717 #define ISC__BUFFER_USEDREGION(_b, _r) \ argument
723 #define ISC__BUFFER_AVAILABLEREGION(_b, _r) \ argument
729 #define ISC__BUFFER_ADD(_b, _n) \ argument
734 #define ISC__BUFFER_SUBTRACT(_b, _n) \ argument
743 #define ISC__BUFFER_CLEAR(_b) \ argument
750 #define ISC__BUFFER_CONSUMEDREGION(_b, _r) \ argument
[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
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
166 #define STACK_POP(_a, _b, _c, _d)\ argument
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h347 #define DECL_BITFIELD2(_a, _b) \ argument
349 #define DECL_BITFIELD3(_a, _b, _c) \ argument
351 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
353 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
362 #define DECL_BITFIELD2(_a, _b) \ argument
364 #define DECL_BITFIELD3(_a, _b, _c) \ argument
366 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
[all …]
/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.h60 #define rss_hash2bucket(_a,_b,_c) -1 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/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/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/dev/sfxge/common/
H A Defx_hash.c68 #define EFX_HASH_MIX(_a, _b, _c) \ argument
92 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
/freebsd/tools/tools/ath/common/
H A Dah_osdep.h50 #define OS_MACEQU(_a, _b) \ argument
68 #define __printflike(_a,_b) \ argument
/freebsd/sys/dev/uart/
H A Duart_dev_imx.h206 #define CLR(_bas, _r, _b) \ argument
208 #define SET(_bas, _r, _b) \ argument
210 #define IS_SET(_bas, _r, _b) \ argument
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/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/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/dev/ice/
H A Dice_defs.h53 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
/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/compat/linuxkpi/common/include/linux/soc/mediatek/
H A Dmtk_wed.h45 #define mtk_wed_device_start_hw_rro(_dev, _mask, _b) do { } while(0) argument
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c297 cmp_iface(const void *_a, const void *_b) in cmp_iface()
306 cmp_ifaddr(const void *_a, const void *_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
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
/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
1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument
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
1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
/freebsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c436 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ argument
581 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ argument
H A Dieee80211_regdomain.c188 #define swap(_a, _b, _size) { \ argument
/freebsd/sys/dev/ath/
H A Dah_osdep.h72 #define OS_MEMCMP(_a, _b, _l) memcmp((_a), (_b), (_l)) argument
/freebsd/usr.bin/netstat/
H A Dnhgrp.c178 cmp_nhg_idx(const void *_a, const void *_b) in cmp_nhg_idx()
H A Dnhops.c321 cmp_nh_idx(const void *_a, const void *_b) in cmp_nh_idx()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmbo.c346 static int wpa_non_pref_chan_cmp(const void *_a, const void *_b) in wpa_non_pref_chan_cmp()

12