Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 25 of 48) sorted by relevance

12

/minix/sys/net80211/
H A D_ieee80211.h161 #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 Dconfigfile.h9 #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 Dtls.s5 .globl _c$tlv$init
7 _c$tlv$init:
11 .globl _c
12 _c: label
15 .quad _c$tlv$init
H A Ddarwin-complex-difference.s10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
13 _c: label
H A Dreloc-pcrel.s59 call _c
60 call _c - 1
61 call _c + 1
H A Dindirect-symbols.s4 _c = 0 define
13 .indirect_symbol _c
H A Dzerofill-4.s8 .zerofill __DATA,__bss,_c,4,4
/minix/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
72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c
H A Dmacros-darwin.s72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c
/minix/lib/libc/arch/sparc64/softfloat/
H A Dqp.c185 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 Dbuildzones.sh31 _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 Dp2.cpp14 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 Dp6.cpp7 void operator "" _c(const char *); // expected-error {{must have C++ linkage}}
/minix/external/bsd/llvm/dist/llvm/test/MC/COFF/
H A Dcomm.s6 .comm _c, 1, 5
H A Dcomm.ll12 ; CHECK: .comm _c,1,0
/minix/include/
H A Dstdio.h464 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 Dobjects.txt51 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.h197 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 Dlibelf_ehdr.c55 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 Dalign.ll14 ;DARWIN: _c:
/minix/external/bsd/bind/dist/
H A Dacconfig.h100 extern __inline int __sputaux(int _c, struct __sFILE *_p);
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dtlv-2.ll21 ; CHECK: movq _c@TLVP(%rip), %rdi
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dalign.ll15 ;DARWIN: _c:
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-indirect.m50 int _c = source()->c;
/minix/external/bsd/bind/include/
H A Dconfig.h109 extern __inline int __sputaux(int _c, struct __sFILE *_p);

12