/minix/sys/net80211/ |
H A D | _ieee80211.h | 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 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 170 #define IEEE80211_IS_CHAN_2GHZ(_c) _IEEE80211_IS_CHAN(_c, 2GHZ) argument 171 #define IEEE80211_IS_CHAN_5GHZ(_c) _IEEE80211_IS_CHAN(_c, 5GHZ) argument 173 #define IEEE80211_IS_CHAN_CCK(_c) _IEEE80211_IS_CHAN(_c, CCK) argument [all …]
|
/minix/minix/include/ |
H A D | configfile.h | 9 #ifndef _c 10 #define _c const macro 13 typedef _c struct config { /* Contents of a generic configuration file. */ 14 _c struct config *next; /* Next configuration file thing. */ 15 _c struct config *list; /* For a { sublist }. */ 42 #undef _c
|
/minix/external/bsd/llvm/dist/llvm/test/MC/MachO/ |
H A D | tls.s | 5 .globl _c$tlv$init 7 _c$tlv$init: 11 .globl _c 12 _c: label 15 .quad _c$tlv$init
|
H A D | darwin-complex-difference.s | 10 .long _c - _d + 4 11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0) 13 _c: label
|
H A D | reloc-pcrel.s | 59 call _c 60 call _c - 1 61 call _c + 1
|
H A D | indirect-symbols.s | 4 _c = 0 define 13 .indirect_symbol _c
|
H A D | zerofill-4.s | 8 .zerofill __DATA,__bss,_c,4,4
|
/minix/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 72 .macro test8 _a, _b, _c 76 .macro test9 _a _b _c
|
H A D | macros-darwin.s | 72 .macro test8 _a, _b, _c 76 .macro test9 _a _b _c
|
/minix/lib/libc/arch/sparc64/softfloat/ |
H A D | qp.c | 185 float64 _c; in _Qp_qtod() local 188 _c = float128_to_float64(*a); in _Qp_qtod() 190 memcpy(&c, &_c, sizeof(double)); in _Qp_qtod() 207 float32 _c; in _Qp_qtos() local 209 _c = float128_to_float32(*a); in _Qp_qtos() 211 memcpy(&c, &_c, sizeof(_c)); in _Qp_qtos()
|
/minix/external/bsd/bind/dist/bin/tests/bigtest/ |
H A D | buildzones.sh | 31 _a=$1 _b=$2 _c=$3 _d=$4 34 256) _c=$(($_c + 1)); _d=0;; 36 case $_c in 37 256) _b=$(($_b + 1)); _c=0;; 39 echo $_a.$_b.$_c.$_d
|
/minix/external/bsd/llvm/dist/clang/test/CXX/over/over.oper/over.literal/ |
H A D | p2.cpp | 14 void operator "" _c(const char *); // expected-error {{must be in a namespace or global scope}} 16 …static void operator "" _c(unsigned long long); // expected-error {{must be in a namespace or glob…
|
H A D | p6.cpp | 7 void operator "" _c(const char *); // expected-error {{must have C++ linkage}}
|
/minix/external/bsd/llvm/dist/llvm/test/MC/COFF/ |
H A D | comm.s | 6 .comm _c, 1, 5
|
H A D | comm.ll | 12 ; CHECK: .comm _c,1,0
|
/minix/include/ |
H A D | stdio.h | 464 static __inline int __sputc(int _c, FILE *_p) { in __sputc() argument 465 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc() 466 return *_p->_p++ = (unsigned char)_c; in __sputc() 468 return __swbuf(_c, _p); in __sputc()
|
/minix/crypto/external/bsd/openssl/dist/crypto/objects/ |
H A D | objects.txt | 51 X9-62_c-TwoCurve 1 : c2pnb163v1 52 X9-62_c-TwoCurve 2 : c2pnb163v2 53 X9-62_c-TwoCurve 3 : c2pnb163v3 54 X9-62_c-TwoCurve 4 : c2pnb176v1 55 X9-62_c-TwoCurve 5 : c2tnb191v1 56 X9-62_c-TwoCurve 6 : c2tnb191v2 57 X9-62_c-TwoCurve 7 : c2tnb191v3 58 X9-62_c-TwoCurve 8 : c2onb191v4 59 X9-62_c-TwoCurve 9 : c2onb191v5 60 X9-62_c-TwoCurve 10 : c2pnb208w1 [all …]
|
/minix/external/bsd/elftoolchain/dist/libelf/ |
H A D | _libelf.h | 197 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar); 216 Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
|
H A D | libelf_ehdr.c | 55 int (*xlator)(char *_d, size_t _dsz, char *_s, size_t _c, int _swap); in _libelf_load_extended() 125 int (*xlator)(char *_d, size_t _dsz, char *_s, size_t _c, int _swap); in _libelf_ehdr()
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/ |
H A D | align.ll | 14 ;DARWIN: _c:
|
/minix/external/bsd/bind/dist/ |
H A D | acconfig.h | 100 extern __inline int __sputaux(int _c, struct __sFILE *_p);
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
H A D | tlv-2.ll | 21 ; CHECK: movq _c@TLVP(%rip), %rdi
|
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
H A D | align.ll | 15 ;DARWIN: _c:
|
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | debug-info-ivars-indirect.m | 50 int _c = source()->c;
|
/minix/external/bsd/bind/include/ |
H A D | config.h | 109 extern __inline int __sputaux(int _c, struct __sFILE *_p);
|