Home
last modified time | relevance | path

Searched refs:DK (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/external/rust/crates/ring/tests/
Dpbkdf2_tests.txt1 # The|dkLen| parameter is given implicitly as the length of |DK|.
10 DK = 120fb6cffcf8b32c43e7225256c4f837a86548c92ccc35480805987cb70be17b
17 DK = ae4d0c95af6b46d32d0adff928f06dd02a303f8ef3c251dfd6e2d85a95474c43
24 DK = c5e478d59288c841aa530db6845c4c8d962893a001ce4e11a4963873aa98134a
33 # DK = cf81c66fe8cfc04d1f31ecb65dab4089f7f179e89b3b0bcb17ad10e3ac6eba46
40 DK = 348c89dbcbd32b2f32d814b8116e84cf2b17347ebc1800181c4e2a1fb8dd53e1c635518c7dac47e9
48 DK = 89b69d0516f829893c696226650a8687
58 DK = 867f70cf1ade02cff3752599a3a53dc4af34c7a669815ae5d513554e1c8cf252c02d470a285a0501bad999bfe943c0…
65 DK = e1d9c16aa681708a45f5c7c4e215ceb66e011a2e9f0040713f18aefdb866d53cf76cab2868a39b9f7840edce4fef5a…
72 DK = d197b1b33db0143e018b12f3d1d1479e6cdebdcc97c5c0f87f6902e072f457b5143f30602641b3d55cd335988cb36b…
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h60 omp::Directive DK; member
138 InsertPointTy CreateBarrier(const LocationDescription &Loc, omp::Directive DK,
214 omp::Directive DK, bool ForceSimpleCall,
224 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() argument
227 FinalizationStack.back().DK == DK; in isLastFinalizationInfoCancellable()
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DOilPaint.miff43DKDKDKDKDK�Ar�Ar�Ar�Ar�Y�Y�Ccn�\m�Ym�Ym�Ym�Yt�tt�t������68163-:81:81IA6IA6IA6GD;GD;G?8F=/F=/…
/external/clang/include/clang/AST/
DDeclOpenMP.h49 OMPThreadPrivateDecl(Kind DK, DeclContext *DC, SourceLocation L) : in OMPThreadPrivateDecl() argument
50 Decl(DK, DC, L), NumVars(0) { } in OMPThreadPrivateDecl()
116 OMPDeclareReductionDecl(Kind DK, DeclContext *DC, SourceLocation L, in OMPDeclareReductionDecl() argument
119 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
DDecl.h224 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument
225 : Decl(DK, DC, L), Name(N) { } in NamedDecl()
595 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument
597 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl()
664 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument
667 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) { in DeclaratorDecl()
911 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1383 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument
1386 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl()
1678 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl() argument
[all …]
DDeclBase.h334 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument
336 Loc(L), DeclKind(DK), InvalidDecl(0), in Decl()
339 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
342 if (StatisticsEnabled) add(DK); in Decl()
345 Decl(Kind DK, EmptyShell Empty) in Decl() argument
346 : NextInContextAndBits(), DeclKind(DK), InvalidDecl(0), in Decl()
349 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
352 if (StatisticsEnabled) add(DK); in Decl()
697 static unsigned getIdentifierNamespaceForKind(Kind DK);
DDeclTemplate.h334 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name) in TemplateDecl() argument
335 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr, false), in TemplateDecl()
340 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() argument
342 : NamedDecl(DK, DC, L, Name), TemplatedDecl(nullptr, false), in TemplateDecl()
346 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in TemplateDecl() argument
348 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl, false), in TemplateDecl()
713 RedeclarableTemplateDecl(Kind DK, ASTContext &C, DeclContext *DC, in RedeclarableTemplateDecl() argument
716 : TemplateDecl(DK, DC, L, Name, Params, Decl), redeclarable_base(C), in RedeclarableTemplateDecl()
1577 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK,
1584 explicit ClassTemplateSpecializationDecl(ASTContext &C, Kind DK);
[all …]
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h66 omp::Directive DK; member
160 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK,
362 omp::Directive DK, bool ForceSimpleCall,
377 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() argument
380 FinalizationStack.back().DK == DK; in isLastFinalizationInfoCancellable()
/external/llvm-project/clang/lib/AST/
DDeclOpenMP.cpp103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl() argument
105 : ValueDecl(DK, DC, L, Name, Ty), DeclContext(DK), Combiner(nullptr), in OMPDeclareReductionDecl()
DDeclTemplate.cpp196 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, in TemplateDecl() argument
199 : NamedDecl(DK, DC, L, Name), TemplatedDecl(Decl), TemplateParams(Params) {} in TemplateDecl()
864 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument
870 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl()
878 Kind DK) in ClassTemplateSpecializationDecl() argument
879 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl()
1231 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument
1234 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl()
1240 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument
1242 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()
DDeclBase.cpp911 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
912 switch(DK) { in castFromDeclContext()
922 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext()
930 Decl::Kind DK = D->getKind(); in castToDeclContext() local
931 switch(DK) { in castToDeclContext()
941 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
/external/perfetto/test/trace_processor/parsing/
Dandroid_sched_and_ps_end_reason_neq.out2 "DK",30
/external/perfetto/test/trace_processor/smoke/
Dcompressed_smoke.out2 170601497673450,2,53646,"DK",120,6790
/external/scrypt/patches/
Duse_openssl_pbkdf2.patch32 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */
72 /* 5: DK <-- PBKDF2(P, B, 1, dkLen) */
/external/llvm-project/clang/include/clang/AST/
DNonTrivialTypeVisitor.h28 RetTy visitWithKind(QualType::DestructionKind DK, QualType FT, in visitWithKind()
30 switch (DK) { in visitWithKind()
DDeclBase.h380 Decl(Kind DK, DeclContext *DC, SourceLocation L) in Decl() argument
382 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false), in Decl()
385 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
387 if (StatisticsEnabled) add(DK); in Decl()
390 Decl(Kind DK, EmptyShell Empty) in Decl() argument
391 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl()
394 IdentifierNamespace(getIdentifierNamespaceForKind(DK)), in Decl()
396 if (StatisticsEnabled) add(DK); in Decl()
822 static unsigned getIdentifierNamespaceForKind(Kind DK);
DDecl.h235 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() argument
236 : Decl(DK, DC, L), Name(N) {} in NamedDecl()
640 ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, in ValueDecl() argument
642 : NamedDecl(DK, DC, L, N), DeclType(T) {} in ValueDecl()
706 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() argument
709 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {} in DeclaratorDecl()
1003 VarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1623 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() argument
1626 : VarDecl(DK, C, DC, StartLoc, IdLoc, Id, T, TInfo, S) { in ParmVarDecl()
1942 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
[all …]
/external/clang/lib/Frontend/
DASTConsumers.cpp382 Decl::Kind DK = I->getKind(); in PrintDeclContext() local
383 switch (DK) { in PrintDeclContext()
480 Out << "DeclKind: " << DK << '"' << I << "\"\n"; in PrintDeclContext()
/external/icu/icu4c/source/data/region/
Dhaw.txt10 DK{"Kenemaka"}
Dfa_AF.txt27 DK{"دنمارک"}
Dyi.txt73 DK{"דענמאַרק"}
/external/clang/lib/AST/
DDeclBase.cpp727 Decl::Kind DK = D->getDeclKind(); in castFromDeclContext() local
728 switch(DK) { in castFromDeclContext()
738 if (DK >= first##NAME && DK <= last##NAME) \ in castFromDeclContext()
746 Decl::Kind DK = D->getKind(); in castToDeclContext() local
747 switch(DK) { in castToDeclContext()
757 if (DK >= first##NAME && DK <= last##NAME) \ in castToDeclContext()
DDeclTemplate.cpp705 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, in ClassTemplateSpecializationDecl() argument
711 : CXXRecordDecl(DK, TK, Context, DC, StartLoc, IdLoc, in ClassTemplateSpecializationDecl()
721 Kind DK) in ClassTemplateSpecializationDecl() argument
722 : CXXRecordDecl(DK, TTK_Struct, C, nullptr, SourceLocation(), in ClassTemplateSpecializationDecl()
1055 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() argument
1058 : VarDecl(DK, Context, DC, StartLoc, IdLoc, in VarTemplateSpecializationDecl()
1064 VarTemplateSpecializationDecl::VarTemplateSpecializationDecl(Kind DK, in VarTemplateSpecializationDecl() argument
1066 : VarDecl(DK, C, nullptr, SourceLocation(), SourceLocation(), nullptr, in VarTemplateSpecializationDecl()
/external/exoplayer/tree/testdata/src/test/assets/ts/
Dsample_with_sdt.ts4 ��e�U����{xc��=V�B�X�C�s�DK
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp173 OpenMPIRBuilder::CreateBarrier(const LocationDescription &Loc, Directive DK, in CreateBarrier() argument
177 return emitBarrierImpl(Loc, DK, ForceSimpleCall, CheckCancelFlag); in CreateBarrier()
616 assert(FiniInfo.DK == OMPD_parallel && in CreateParallel()

12345678910>>...18