Home
last modified time | relevance | path

Searched refs:Keys (Results 1 – 25 of 125) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dordered_set.bench.cpp36 void sortKeysBy(std::vector<uint64_t>& Keys, AccessPattern AP) { in sortKeysBy() argument
40 std::shuffle(std::begin(Keys), std::end(Keys), M); in sortKeysBy()
46 std::vector<uint64_t> Keys; member
56 R.Keys.push_back(Hit == HitType::Hit ? 2 * I : 2 * I + 1); in makeTestingSets()
59 sortKeysBy(R.Keys, Access); in makeTestingSets()
85 std::vector<uint64_t> Keys(TableSize); in run() local
86 std::iota(Keys.begin(), Keys.end(), uint64_t{0}); in run()
87 sortKeysBy(Keys, Access()); in run()
91 for (auto K : Keys) { in run()
112 for (auto K : Data.Keys) { in run()
[all …]
H A Dmap.bench.cpp51 std::vector<uint64_t> Keys; member
58 enum class Shuffle { None, Keys, Hints }; enumerator
71 R.Keys.push_back(mode == Mode::Hit ? 2 * I + 2 : 2 * I + 1); in makeTestingSets()
73 if (shuffle == Shuffle::Keys) in makeTestingSets()
74 std::shuffle(R.Keys.begin(), R.Keys.end(), std::mt19937()); in makeTestingSets()
243 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1000); in run()
246 for (auto K : Data.Keys) { in run()
264 Order::value == ::Order::Random ? Shuffle::Keys in run()
288 for (auto K : Data.Keys) { in run()
319 for (auto K : Data.Keys) { in run()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp1024 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() local
1025 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues()
1027 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValues()
1028 IO.mapRequired("platform", Keys->Platforms); in mapKeysToValues()
1030 IO.mapOptional("flags", Keys->Flags, TBDFlags::None); in mapKeysToValues()
1031 IO.mapRequired("install-name", Keys->InstallName); in mapKeysToValues()
1032 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues()
1034 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion, in mapKeysToValues()
1037 IO.mapOptional("swift-version", Keys->SwiftABIVersion, SwiftVersion(0)); in mapKeysToValues()
1039 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion, in mapKeysToValues()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DReplacementsYaml.h53 Keys(Io, R); in LLVM_YAML_IS_SEQUENCE_VECTOR()
54 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
55 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
56 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR()
57 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h86 MappingNormalization<NormalizedDiagnostic, clang::tooling::Diagnostic> Keys( in LLVM_YAML_IS_SEQUENCE_VECTOR()
88 Io.mapRequired("DiagnosticName", Keys->DiagnosticName); in LLVM_YAML_IS_SEQUENCE_VECTOR()
89 Io.mapRequired("DiagnosticMessage", Keys->Message); in LLVM_YAML_IS_SEQUENCE_VECTOR()
90 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
91 Io.mapOptional("Level", Keys->DiagLevel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
92 Io.mapOptional("BuildDirectory", Keys->BuildDirectory); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp273 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
276 Keys.push_back(&*I); in checkEndOfTranslationUnit()
277 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit()
280 for (unsigned I = 0, E = Keys.size(); I != E; ++I) in checkEndOfTranslationUnit()
281 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit()
282 << (Keys[I]->second.empty() ? "\"\"" : Keys[I]->second) in checkEndOfTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp70 Keys(Io, Doc); in mapping() local
71 Io.mapRequired("Key", Keys->Key); in mapping()
72 Io.mapRequired("FilePath", Keys->FilePath); in mapping()
73 Io.mapRequired("Error", Keys->Error); in mapping()
74 Io.mapRequired("InsertedHeaders", Keys->InsertedHeaders); in mapping()
75 Io.mapRequired("RemovedHeaders", Keys->RemovedHeaders); in mapping()
76 Io.mapRequired("Replacements", Keys->Replaces); in mapping()
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Dhdb-protos.h178 const Keys */*keyset*/,
375 const Keys *
425 const Keys */*keyset*/,
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-protos.h180 const Keys */*keyset*/,
377 const Keys *
427 const Keys */*keyset*/,
H A Dhdb.asn192 Keys ::= SEQUENCE OF Key
96 keys[1] Keys,
134 keys[2] Keys,
H A Dhdb.c124 const Keys *
152 const Keys *keyset, in hdb_next_enctype2key()
156 const Keys *keys = keyset ? keyset : &e->keys; in hdb_next_enctype2key()
174 const Keys *keyset, in hdb_enctype2key()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp569 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local
570 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in rewriteToDictionaryLiteral()
573 if (Vals.size() != Keys.size()) in rewriteToDictionaryLiteral()
583 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral()
586 SourceRange KeyRange = Keys[i]->getSourceRange(); in rewriteToDictionaryLiteral()
593 SourceRange ArgRange(Keys.front()->getBeginLoc(), Keys.back()->getEndLoc()); in rewriteToDictionaryLiteral()
625 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
626 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in shouldNotRewriteImmediateMessageArgs()
629 if (Vals.size() != Keys.size()) in shouldNotRewriteImmediateMessageArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp937 std::vector<MatchKey> Keys; in matchesAnyAncestorOf() local
940 for (const auto &Key : Keys) { in matchesAnyAncestorOf()
953 Keys.emplace_back(); in matchesAnyAncestorOf()
954 Keys.back().MatcherID = Matcher.getID(); in matchesAnyAncestorOf()
955 Keys.back().Node = Node; in matchesAnyAncestorOf()
956 Keys.back().BoundNodes = *Builder; in matchesAnyAncestorOf()
957 Keys.back().Traversal = Ctx.getParentMapContext().getTraversalKind(); in matchesAnyAncestorOf()
958 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
961 MemoizationMap::iterator I = ResultCache.find(Keys.back()); in matchesAnyAncestorOf()
963 Keys.pop_back(); // Don't populate the cache for the matching node! in matchesAnyAncestorOf()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-csharp/
H A Dintl.cs461 public virtual ICollection Keys { property in GNU.Gettext.GettextResourceSet
463 return Table.Keys;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1346 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument
1347 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey()
1351 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey()
1361 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument
1362 for (const auto &I : Keys) { in checkMissingKeys()
1465 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local
1484 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parseEntry()
1573 if (!checkMissingKeys(N, Keys)) in parseEntry()
1671 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local
1681 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parse()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/lib/libhdb/
H A DMakefile25 ASN1_OPTS.hdb.asn1+= --one-code-file --sequence=HDB-Ext-KeySet --sequence=Keys
/netbsd-src/crypto/external/bsd/openssl/dist/doc/HOWTO/
H A Dkeys.txt6 Keys are the basis of public key algorithms and PKI. Keys usually
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/HOWTO/
H A Dkeys.txt6 Keys are the basis of public key algorithms and PKI. Keys usually
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_KEYEXCH-X25519.pod25 Keys for the host and peer can be generated as shown in
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h166 auto Keys = YamlIO.keys();
167 if (is_contained(Keys, "reg")) {
170 } else if (is_contained(Keys, "offset"))
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp897 std::vector<FileID> Keys; in dumpForTests() local
899 Keys.push_back(F.first); in dumpForTests()
900 llvm::sort(Keys); in dumpForTests()
902 for (FileID ID : Keys) { in dumpForTests()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dnist-data275 # 4.4.19 Valid Separate Certificate and CRL Keys Test19 - Validate Successfully
77 # 4.4.20 Invalid Separate Certificate and CRL Keys Test20 - Reject - the end entity certificate has…
79 # 4.4.21 Invalid Separate Certificate and CRL Keys Test21 - Reject or Warn - status of end entity c…
/netbsd-src/external/bsd/nsd/dist/doc/
H A DNSD-FOR-BIND-USERS7 4. Keys not per IP address.
115 4. Keys not per IP address.
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dtsig.inc.rst99 are signed using the specified key. Keys may also be specified in
103 Keys can also be specified in a :namedconf:ref:`server` directive. Adding the
/netbsd-src/tests/lib/libcurses/tests/
H A Dstd_defines36 # Keys

12345