Searched refs:_m (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-4.h369 _FP_FRAC_DECL_4(_n); _FP_FRAC_DECL_4(_m); \
412 if (_FP_FRAC_GT_4(_m, X)) \
416 if (_FP_FRAC_GE_4(X, Y) && _FP_FRAC_GT_4(_m, X)) \
422 _FP_FRAC_DEC_4(X, _m); \
425 if (!_FP_FRAC_EQ_4(X, _m)) \
/freebsd-11-stable/sys/sys/
H A Dmbuf.h1196 #define M_GETFIB(_m) rt_m_getfib(_m)
1198 #define M_SETFIB(_m, _fib) do { \
1199 KASSERT((_m)->m_flags & M_PKTHDR, ("Attempt to set FIB on non header mbuf.")); \
1200 ((_m)->m_pkthdr.fibnum) = (_fib); \
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h438 #define IPOIB_MTAP_PROTO(_ifp, _m, _proto) \
441 M_ASSERTVALID(_m); \
442 ipoib_mtap_proto((_ifp), (_m), (_proto)); \
H A Dipoib_main.c103 #define IPOIB_MTAP(_ifp, _m) \
106 M_ASSERTVALID(_m); \
107 ipoib_mtap_mb((_ifp), (_m)); \
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h42 #define BIT(_m) (1UL << (_m))
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c71 #define SET4(_sc, _r, _m) \
72 WRITE4((_sc), (_r), READ4((_sc), (_r)) | (_m))
73 #define CLEAR4(_sc, _r, _m) \
74 WRITE4((_sc), (_r), READ4((_sc), (_r)) & ~(_m))
H A Dimx51_ipuv3.c178 #define SUBMOD_DUMP_REG(_sc, _m, _l) \
181 printf("*** " #_m " ***\n"); \
185 printf("0x%08x%c", IPUV3_READ((_sc), _m, i), \
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.h584 #define NAT_HASH_FN(_k,_l,_m) (((_k) + ((_k) >> 12) + _l) % (_m))
585 #define NAT_HASH_FN6(_k,_l,_m) ((((u_32_t *)(_k))[3] \
593 + _l) % (_m))
H A Dip_fil.h189 i6addr_t *_m = (i6addr_t *)(m); \
190 _d->i6[0] &= _m->i6[0]; \
191 _d->i6[1] &= _m->i6[1]; \
192 _d->i6[2] &= _m->i6[2]; \
193 _d->i6[3] &= _m->i6[3]; \
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk625 _m := ${.MAKE.DEPENDFILE_PREFERENCE:T:S;${TARGET_SPEC}$;${d:E};:S;${MACHINE};${d:E:C/,.*//};:@m@${exists(${d:R}/$m):?${d:R}/$m:}@:[1]} macro
626 .if !empty(_m)
628 _qm := ${_m:C;(\.depend)$;\1.${d:E};:${M_dep_qual_fixes:ts:}}
638 DEP_RELDIR := ${_m:H:S,${SRCTOP}/,,}
641 .if ${_debug_reldir} && ${_qm} != ${_m}
642 .info loading ${_m} for ${d:E}
644 .include <${_m}>
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk716 _m := ${.MAKE.DEPENDFILE_PREFERENCE:T:S;${TARGET_SPEC}$;${d:E};:S;${MACHINE};${d:E:C/,.*//};:@m@${exists(${d:R}/$m):?${d:R}/$m:}@:[1]} macro
717 .if !empty(_m)
719 _qm := ${_m:C;(\.depend)$;\1.${d:E};:${M_dep_qual_fixes:ts:}}
725 DEP_RELDIR := ${_m:H:S,${SRCTOP}/,,}
728 .if ${_debug_reldir} && ${_qm} != ${_m}
729 .info loading ${_m} for ${d:E}
731 .include <${_m}>
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c1232 #define CHECKMODES(_modes, _m) ((_modes & (_m)) == (_m))
/freebsd-11-stable/sys/dev/e1000/
H A De1000_regs.h440 /* LinkSec Rx Keys - where _n is the SA no. and _m the 4 dwords of the 128 bit
443 #define E1000_LSECRXKEY(_n, _m) (0x0B350 + (0x10 * (_n)) + (0x04 * (_m)))
/freebsd-11-stable/sys/mips/atheros/
H A Dif_arge.c123 #define ARGEDEBUG(_sc, _m, ...) \
125 if ((_m) & (_sc)->arge_debug) \
129 #define ARGEDEBUG(_sc, _m, ...)
/freebsd-11-stable/sys/net/
H A Dif_bridge.c345 #define VLANTAGOF(_m) \
346 (_m->m_flags & M_VLANTAG) ? EVL_VLANOFTAG(_m->m_pkthdr.ether_vtag) : 1
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c180 struct sscop_msg *_msg = NULL, *_m; \
181 MSGQ_FOREACH(_m, (Q)) { \
182 if (_m->seqno > (M)->seqno) { \
183 _msg = _m; \
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c5271 #define PF(_m) if (tp->_m) printf (#_m " ");
5272 #define PV(_m) if (tp->_m) printf (#_m "=%d ", tp->_m);
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c104 #define URTWN_DPRINTF(_sc, _m, ...) do { \
105 if ((_sc)->sc_debug & (_m)) \
110 #define URTWN_DPRINTF(_sc, _m, ...) do { (void) sc; } while (0)
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_type.h753 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m))))

Completed in 358 milliseconds

12