Home
last modified time | relevance | path

Searched defs:TK (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/sys/net80211/
Dieee80211_crypto_tkip.c514 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1()
539 static void tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, in tkip_mixing_phase2()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclTemplate.cpp706 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl()
729 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, in Create()
823 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK, in ClassTemplatePartialSpecializationDecl()
846 Create(ASTContext &Context, TagKind TK,DeclContext *DC, in Create()
DDeclCXX.cpp86 CXXRecordDecl::CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC, in CXXRecordDecl()
93 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create()
DDecl.cpp3341 RecordDecl::RecordDecl(Kind DK, TagKind TK, DeclContext *DC, in RecordDecl()
3353 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create()
DASTContext.cpp4483 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK, in CreateRecordDecl()
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dlex.c45 #define TK(e, s) { SPELL_ ## s, U #e }, macro
/freebsd-9-stable/contrib/gcclibs/libcpp/include/
Dcpplib.h141 #define TK(e, s) CPP_ ## e, macro
/freebsd-9-stable/contrib/llvm/lib/Support/
DYAMLParser.cpp2229 bool Document::expectToken(int TK) { in expectToken()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h2562 TagDecl(Kind DK, TagKind TK, DeclContext *DC, SourceLocation L, in TagDecl()
2685 void setTagKind(TagKind TK) { TagDeclKind = TK; } in setTagKind()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp2408 CreateRecordDecl(const ASTContext &Ctx, RecordDecl::TagKind TK, in CreateRecordDecl()
/freebsd-9-stable/contrib/gcc/cp/
Dparser.c753 #define TK(e, s) #e, in cp_lexer_print_token() macro