Searched defs:_c (Results 1 – 15 of 15) sorted by relevance
/minix3/sys/net80211/ |
H A D | _ieee80211.h | 155 #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 D | macros-gas.s | 28 .macro test3 _a _b _c 38 .macro test3_prime _a _b _c 76 .macro test9 _a _b _c
|
H A D | macros-darwin.s | 76 .macro test9 _a _b _c
|
/minix3/external/bsd/llvm/dist/llvm/test/MC/MachO/ |
H A D | tls.s | 11 .globl _c symbol 12 _c: label
|
H A D | indirect-symbols.s | 4 _c = 0 define
|
H A D | darwin-complex-difference.s | 13 _c: label
|
/minix3/minix/include/ |
H A D | configfile.h | 10 #define _c const macro
|
/minix3/lib/libc/arch/sparc64/softfloat/ |
H A D | qp.c | 185 float64 _c; in _Qp_qtod() local 207 float32 _c; in _Qp_qtos() local
|
/minix3/lib/libc/stdio/ |
H A D | vfwscanf.c | 109 #define INCCL(_c) \ argument
|
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/ |
H A D | VirtualFileSystemTest.cpp | 295 ScopedDir _c(TestDirectory+"/c"); in TEST() local 322 ScopedDir _c(TestDirectory+"/c"); in TEST() local
|
/minix3/minix/lib/libc/gen/ |
H A D | configfile.c | 25 #define _c /* not const */ macro
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | mangle-ms.cpp | 20 int _c(void) {return N::anonymous + c;} in _c() function
|
/minix3/include/ |
H A D | stdio.h | 464 static __inline int __sputc(int _c, FILE *_p) { in __sputc()
|
/minix3/sbin/sysctl/ |
H A D | sysctl.c | 484 #define print_flag(_f, _s, _c, _q, _x) \ in sf() argument
|
/minix3/crypto/external/bsd/netpgp/dist/bindings/perl/ |
H A D | netpgpperl_wrap.c | 1103 char *_c = HvNAME(SvSTASH(SvRV(sv))); in SWIG_Perl_ConvertPtr() local
|