Home
last modified time | relevance | path

Searched refs:CCK (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_phy.c28 #define CCK IEEE80211_T_CCK macro
121 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80| 2), 0, 0, 0 },
122 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80| 4), 1, 0, 0 },
123 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80|11), 1, 0, 0 },
124 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80|22), 1, 0, 0 }
139 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80| 2), 0, 0, 0 },
140 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80| 4), 1, 0, 0 },
141 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80|11), 2, 0, 0 },
142 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80|22), 3, 0, 0 },
156 #undef CCK
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_phy.c28 #define CCK IEEE80211_T_CCK macro
71 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x0b, 0x00, (0x80| 2), 0, 0, 0 },
72 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x0a, 0x04, (0x80| 4), 1, 0, 0 },
73 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x09, 0x04, (0x80|11), 1, 0, 0 },
74 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x08, 0x04, (0x80|22), 1, 0, 0 }
79 #undef CCK
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_phy.c28 #define CCK IEEE80211_T_CCK macro
37 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80| 2), 0, 0, 0 },
38 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80| 4), 1, 0, 0 },
39 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80|11), 2, 0, 0 },
40 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80|22), 3, 0, 0 },
103 #undef CCK
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComparisonCategories.h138 using CCK = ComparisonCategoryType; in isStrong() local
139 return Kind == CCK::StrongOrdering; in isStrong()
144 using CCK = ComparisonCategoryType; in isPartial() local
145 return Kind == CCK::PartialOrdering; in isPartial()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp144 void checkObjCConversion(Sema::CheckedConversionKind CCK) { in checkObjCConversion()
148 if (Self.CheckObjCConversion(OpRange, DestType, src, CCK) == in checkObjCConversion()
239 Sema::CheckedConversionKind CCK,
245 Sema::CheckedConversionKind CCK,
1260 Sema::CheckedConversionKind CCK, in TryStaticCast() argument
1266 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast); in TryStaticCast()
1303 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg, in TryStaticCast()
1818 Sema::CheckedConversionKind CCK, in TryStaticImplicitCast() argument
1833 = (CCK == Sema::CCK_CStyleCast) in TryStaticImplicitCast()
1836 : (CCK == Sema::CCK_FunctionalCast) in TryStaticImplicitCast()
[all …]
H A DSemaExprObjC.cpp3752 Sema &S, DiagBuilderT &DiagB, Sema::CheckedConversionKind CCK, in addFixitForObjCARCConversion() argument
3756 switch (CCK) { in addFixitForObjCARCConversion()
3767 if (CCK == Sema::CCK_OtherCast) { in addFixitForObjCARCConversion()
3812 if (CCK == Sema::CCK_CStyleCast) { in addFixitForObjCARCConversion()
3814 } else if (CCK == Sema::CCK_OtherCast) { in addFixitForObjCARCConversion()
3878 Sema::CheckedConversionKind CCK) { in diagnoseObjCARCConversion() argument
3915 unsigned convKindForDiag = Sema::isCast(CCK) ? 0 : 1; in diagnoseObjCARCConversion()
3934 auto DiagB = (CCK != Sema::CCK_OtherCast) in diagnoseObjCARCConversion()
3938 addFixitForObjCARCConversion(S, DiagB, CCK, afterLParen, in diagnoseObjCARCConversion()
3944 auto DiagB = (CCK == Sema::CCK_OtherCast && !br) in diagnoseObjCARCConversion()
[all …]
H A DSemaExprCXX.cpp4023 CheckedConversionKind CCK) { in PerformImplicitConversion() argument
4025 if (CCK == CCK_ForBuiltinOverloadedOp && !From->getType()->isRecordType()) in PerformImplicitConversion()
4031 Action, CCK); in PerformImplicitConversion()
4067 CCK); in PerformImplicitConversion()
4086 if (CCK == CCK_ForBuiltinOverloadedOp) in PerformImplicitConversion()
4090 AA_Converting, CCK); in PerformImplicitConversion()
4125 CheckedConversionKind CCK) { in PerformImplicitConversion() argument
4126 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion()
4205 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
4211 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
[all …]
H A DSema.cpp577 CheckedConversionKind CCK) { in ImpCastExprToType() argument
H A DSemaInit.cpp7968 CheckedConversionKind CCK) { in PerformQualificationConversion() argument
7982 return ImpCastExprToType(E, Ty, CK, VK, /*BasePath=*/nullptr, CCK); in PerformQualificationConversion()
8428 Sema::CheckedConversionKind CCK in Perform() local
8435 getAssignmentAction(Entity), CCK); in Perform()
H A DSemaDeclCXX.cpp6496 TargetInfo::CallingConvKind CCK) { in canPassInRegisters() argument
6502 if (CCK == TargetInfo::CCK_ClangABI4OrPS4) in canPassInRegisters()
6506 if (CCK == TargetInfo::CCK_MicrosoftWin64) { in canPassInRegisters()
6923 TargetInfo::CallingConvKind CCK = in CheckCompletedCXXClass() local
6925 bool CanPass = canPassInRegisters(*this, Record, CCK); in CheckCompletedCXXClass()
/netbsd-src/sys/net80211/
H A D_ieee80211.h203 #define IEEE80211_IS_CHAN_CCK(_c) _IEEE80211_IS_CHAN(_c, CCK)
/netbsd-src/sys/dev/ic/
H A Drt2860.c2217 #define CCK(mcs) (mcs) in rt2860_enable_mrr() macro
2230 CCK(2) << 12 | /* 11->5.5 */ in rt2860_enable_mrr()
2231 CCK(1) << 8 | /* 5.5-> 2 */ in rt2860_enable_mrr()
2232 CCK(0) << 4 | /* 2-> 1 */ in rt2860_enable_mrr()
2233 CCK(0)); /* 1-> 1 */ in rt2860_enable_mrr()
2235 #undef CCK in rt2860_enable_mrr()
/netbsd-src/share/misc/
H A Dcountry67 Cocos (Keeling) Islands CC CCK 166 CK
H A Dairport1166 CCK:Cocos (Keeling) Islands, Australia
/netbsd-src/sys/dev/usb/
H A Dif_run.c3899 #define CCK(mcs) (mcs) in run_enable_mrr() macro
3912 CCK(2) << 12 | /* 11->5.5 */ in run_enable_mrr()
3913 CCK(1) << 8 | /* 5.5-> 2 */ in run_enable_mrr()
3914 CCK(0) << 4 | /* 2-> 1 */ in run_enable_mrr()
3915 CCK(0)); /* 1-> 1 */ in run_enable_mrr()
3917 #undef CCK in run_enable_mrr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11242 static bool isCast(CheckedConversionKind CCK) { in isCast() argument
11243 return CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast || in isCast()
11244 CCK == CCK_OtherCast; in isCast()
11253 CheckedConversionKind CCK
11531 CheckedConversionKind CCK
11536 CheckedConversionKind CCK);
11540 CheckedConversionKind CCK = CCK_ImplicitConversion);
11742 CheckedConversionKind CCK,