Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c28 #define CCK IEEE80211_T_CCK macro
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c28 #define CCK IEEE80211_T_CCK macro
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c28 #define CCK IEEE80211_T_CCK macro
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h139 using CCK = ComparisonCategoryType; in isStrong() local
145 using CCK = ComparisonCategoryType; in isPartial() local
/freebsd/sys/net80211/
H A Dieee80211_phy.c63 #define CCK IEEE80211_T_CCK macro
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c89 #define CCK IEEE80211_T_CCK macro
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c26 #define CCK IEEE80211_T_CCK macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1317 QualType DestType, CheckedConversionKind CCK, in TryStaticCast()
1885 CheckedConversionKind CCK, in TryStaticImplicitCast()
2814 CheckedConversionKind CCK = FunctionalStyle in CheckCXXCStyleCast() local
H A DSemaExprObjC.cpp3760 Sema &S, DiagBuilderT &DiagB, CheckedConversionKind CCK, in addFixitForObjCARCConversion()
3886 CheckedConversionKind CCK) { in diagnoseObjCARCConversion()
4400 Expr *&castExpr, CheckedConversionKind CCK, in CheckObjCConversion()
4529 CheckedConversionKind CCK; in diagnoseARCUnbridgedCast() local
H A DSema.cpp697 CheckedConversionKind CCK) { in ImpCastExprToType()
H A DSemaInit.cpp7465 CheckedConversionKind CCK) { in PerformQualificationConversion()
7951 CheckedConversionKind CCK = in Perform() local
H A DSemaExprCXX.cpp4202 CheckedConversionKind CCK) { in PerformImplicitConversion()
4315 CheckedConversionKind CCK) { in PerformImplicitConversion()
H A DSemaDeclCXX.cpp6698 TargetInfo::CallingConvKind CCK) { in canPassInRegisters() argument
7159 TargetInfo::CallingConvKind CCK = in CheckCompletedCXXClass() local
/freebsd/sys/dev/ral/
H A Drt2860.c2211 #define CCK(mcs) (mcs) in rt2860_enable_mrr() macro
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c5272 #define CCK(mcs) (mcs) in run_enable_mrr() macro
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2103 static bool isCast(CheckedConversionKind CCK) { in isCast()