Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/sys/netproto/802_11/
H A D_ieee80211.h235 #define IEEE80211_IS_CHAN_FHSS(_c) \ argument
237 #define IEEE80211_IS_CHAN_A(_c) \ argument
239 #define IEEE80211_IS_CHAN_B(_c) \ argument
241 #define IEEE80211_IS_CHAN_PUREG(_c) \ argument
243 #define IEEE80211_IS_CHAN_G(_c) \ argument
245 #define IEEE80211_IS_CHAN_ANYG(_c) \ argument
247 #define IEEE80211_IS_CHAN_ST(_c) \ argument
249 #define IEEE80211_IS_CHAN_108A(_c) \ argument
251 #define IEEE80211_IS_CHAN_108G(_c) \ argument
254 #define IEEE80211_IS_CHAN_2GHZ(_c) \ argument
[all …]
/dflybsd-src/include/
H A Dctype.h116 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune()
123 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune()
130 __istype(__ct_rune_t _c, unsigned long _f) in __istype()
136 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype()
142 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype()
149 __toupper(__ct_rune_t _c) in __toupper()
156 __sbtoupper(__ct_rune_t _c) in __sbtoupper()
163 __tolower(__ct_rune_t _c) in __tolower()
170 __sbtolower(__ct_rune_t _c) in __sbtolower()
177 __wcwidth(__ct_rune_t _c) in __wcwidth()
H A Dwchar.h244 #define wcwidth(_c) __wcwidth(_c) argument
H A Dstdio.h421 __sputc(int _c, FILE *_fp) in __sputc()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dconcept_check.h50 #define __glibcxx_class_requires2(_a,_b,_c) argument
51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dconcept_check.h49 #define __glibcxx_class_requires2(_a,_b,_c) argument
50 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/dflybsd-src/contrib/lvm2/dist/lib/uuid/
H A Duuid.c28 static const char _c[] = variable
/dflybsd-src/include/xlocale/
H A D_ctype.h162 __wcwidth_l(__ct_rune_t _c, locale_t __l) in __wcwidth_l()
/dflybsd-src/usr.sbin/usbdump/
H A Dusbdump.c57 #define BPF_STORE_JUMP(x,_c,_k,_jt,_jf) do { \ argument
64 #define BPF_STORE_STMT(x,_c,_k) do { \ argument
/dflybsd-src/games/larn/
H A Ddisplay.c4 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c)) argument
/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c102 #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
/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h456 #define ath_hal_getNfAdjust(_ah, _c) \ argument
546 #define IS_CHAN_5GHZ(_c) ((_c)->channel > 4900) argument
547 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument
549 #define IS_CHAN_IN_PUBLIC_SAFETY_BAND(_c) ((_c) > 4940 && (_c) < 4990) argument
914 #define HAL_INI_VAL(_ia, _r, _c) \ argument
995 #define IS_5GHZ_FAST_CLOCK_EN(_ah, _c) \ argument
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c596 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) argument
802 #define IS(_c, _f) (IEEE80211_IS_ ## _f(_c)) argument
4347 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) in First_NFCal() argument
/dflybsd-src/tools/tools/ath/athrd/
H A Dathrd.c881 #define IEEE80211_IS_CHAN_4MS(_c) \ argument
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_athvar.h1376 #define ath_hal_getchannoise(_ah, _c) \ argument