Home
last modified time | relevance | path

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

/minix3/sys/net80211/
H A D_ieee80211.h155 #define IEEE80211_IS_CHAN_ANYC(_c) \ argument
158 #define _IEEE80211_IS_CHAN(_c, _ch) \ argument
161 #define IEEE80211_IS_CHAN_FHSS(_c) _IEEE80211_IS_CHAN(_c, FHSS) argument
162 #define IEEE80211_IS_CHAN_A(_c) _IEEE80211_IS_CHAN(_c, A) argument
163 #define IEEE80211_IS_CHAN_B(_c) _IEEE80211_IS_CHAN(_c, B) argument
164 #define IEEE80211_IS_CHAN_PUREG(_c) _IEEE80211_IS_CHAN(_c, PUREG) argument
165 #define IEEE80211_IS_CHAN_G(_c) _IEEE80211_IS_CHAN(_c, G) argument
166 #define IEEE80211_IS_CHAN_ANYG(_c) _IEEE80211_IS_CHAN(_c, ANYG) argument
167 #define IEEE80211_IS_CHAN_T(_c) _IEEE80211_IS_CHAN(_c, T) argument
168 #define IEEE80211_IS_CHAN_108G(_c) _IEEE80211_IS_CHAN(_c, 108G) argument
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/MC/AsmParser/
H A Dmacros-gas.s28 .macro test3 _a _b _c
38 .macro test3_prime _a _b _c
76 .macro test9 _a _b _c
H A Dmacros-darwin.s76 .macro test9 _a _b _c
/minix3/external/bsd/llvm/dist/llvm/test/MC/MachO/
H A Dtls.s11 .globl _c symbol
12 _c: label
H A Dindirect-symbols.s4 _c = 0 define
H A Ddarwin-complex-difference.s13 _c: label
/minix3/minix/include/
H A Dconfigfile.h10 #define _c const macro
/minix3/lib/libc/arch/sparc64/softfloat/
H A Dqp.c185 float64 _c; in _Qp_qtod() local
207 float32 _c; in _Qp_qtos() local
/minix3/lib/libc/stdio/
H A Dvfwscanf.c109 #define INCCL(_c) \ argument
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp295 ScopedDir _c(TestDirectory+"/c"); in TEST() local
322 ScopedDir _c(TestDirectory+"/c"); in TEST() local
/minix3/minix/lib/libc/gen/
H A Dconfigfile.c25 #define _c /* not const */ macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp20 int _c(void) {return N::anonymous + c;} in _c() function
/minix3/include/
H A Dstdio.h464 static __inline int __sputc(int _c, FILE *_p) { in __sputc()
/minix3/sbin/sysctl/
H A Dsysctl.c484 #define print_flag(_f, _s, _c, _q, _x) \ in sf() argument
/minix3/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c1103 char *_c = HvNAME(SvSTASH(SvRV(sv))); in SWIG_Perl_ConvertPtr() local