Home
last modified time | relevance | path

Searched defs:_c (Results 26 – 38 of 38) sorted by relevance

12

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_var.h105 #define rtwn_r12a_fix_spur(_sc, _c) \ argument
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.h659 #define LQ_FLAGS_COLOR_INC(_c) ((((_c) + 1) << LQ_FLAG_COLOR_POS) &\ argument
661 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
/freebsd/sys/netipsec/
H A Dipsec.h50 #define IPSEC_ASSERT(_c,_m) KASSERT(_c, _m) argument
/freebsd/include/
H A Dstdio.h463 static __inline int __sputc(int _c, FILE *_p) { in __sputc()
/freebsd/sys/net/
H A Dradix.c552 #define CONTIG(_c) (((~(_c) + 1) & (_c)) == (unsigned char)(~(_c) + 1)) in rn_addmask() argument
/freebsd/sys/contrib/xen/
H A Dtrace.h84 #define TRC_SCHED_CLASS_EVT(_c, _e) \ argument
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c619 #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
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c868 #define IEEE80211_IS_CHAN_4MS(_c) \ argument
/freebsd/sys/dev/bxe/
H A Decore_sp.h142 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s) argument
220 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument
/freebsd/stand/common/
H A Dgfx_fb.c236 #define CF(_f, _c) ((_f ## max & _c) << _f ## offset) in rgb_color_map() argument
/freebsd/sys/dev/rtwn/
H A Dif_rtwnvar.h538 #define rtwn_set_chan(_sc, _c) \ argument
/freebsd/sys/dev/ath/
H A Dif_athvar.h1359 #define ath_hal_getchannoise(_ah, _c) \ argument
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h310 #define SKIP_TO(_x, _c) \ argument

12