| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DebugCheckers.cpp | 175 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local 178 Keys.push_back(&*I); in checkEndOfTranslationUnit() 179 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit() 182 for (unsigned I = 0, E = Keys.size(); I != E; ++I) in checkEndOfTranslationUnit() 183 llvm::errs() << Keys[I]->getKey() << " = " << Keys[I]->second << '\n'; in checkEndOfTranslationUnit() 185 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n'; in checkEndOfTranslationUnit()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/ |
| HD | ReplacementsYaml.h | 55 Keys(Io, R); in LLVM_YAML_IS_SEQUENCE_VECTOR() 56 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR() 57 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR() 58 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR() 59 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /NextBSD/include/libkern/ |
| HD | OSKextLib.h | 232 #pragma mark Kext/OSBundle Property List Keys 342 #pragma mark Kext/OSBundle Property Deprecated Keys
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | VirtualFileSystem.cpp | 572 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument 573 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey() 577 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey() 587 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument 588 for (DenseMap<StringRef, KeyStatus>::iterator I = Keys.begin(), in checkMissingKeys() 589 E = Keys.end(); in checkMissingKeys() 614 DenseMap<StringRef, KeyStatus> Keys( in parseEntry() local 633 if (!checkDuplicateOrUnknownKey(I->getKey(), Key, Keys)) in parseEntry() 703 if (!checkMissingKeys(N, Keys)) in parseEntry() 767 DenseMap<StringRef, KeyStatus> Keys( in parse() local [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Edit/ |
| HD | RewriteObjCFoundationAPI.cpp | 570 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local 571 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in rewriteToDictionaryLiteral() 574 if (Vals.size() != Keys.size()) in rewriteToDictionaryLiteral() 584 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral() 587 SourceRange KeyRange = Keys[i]->getSourceRange(); in rewriteToDictionaryLiteral() 594 SourceRange ArgRange(Keys.front()->getLocStart(), in rewriteToDictionaryLiteral() 595 Keys.back()->getLocEnd()); in rewriteToDictionaryLiteral() 627 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local 628 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in shouldNotRewriteImmediateMessageArgs() 631 if (Vals.size() != Keys.size()) in shouldNotRewriteImmediateMessageArgs()
|
| /NextBSD/crypto/openssl/doc/HOWTO/ |
| HD | keys.txt | 6 Keys are the basis of public key algorithms and PKI. Keys usually
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | RewriteStatepointsForGC.cpp | 739 SmallVector<Value *, 16> Keys; in findBasePointer() local 740 Keys.reserve(states.size()); in findBasePointer() 743 Keys.push_back(V); in findBasePointer() 745 for (Value *v : Keys) { in findBasePointer() 829 SmallVector<Value *, 16> Keys; in findBasePointer() local 830 Keys.reserve(states.size()); in findBasePointer() 833 Keys.push_back(V); in findBasePointer() 835 std::sort(Keys.begin(), Keys.end(), order_by_name); in findBasePointer() 837 for (Value *V : Keys) { in findBasePointer()
|
| /NextBSD/contrib/netbsd-tests/lib/libcurses/tests/ |
| HD | std_defines | 36 # Keys
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | ELFYAML.cpp | 602 MappingNormalization<NormalizedOther, uint8_t> Keys(IO, Symbol.Other); in mapping() local 603 IO.mapOptional("Visibility", Keys->Visibility, ELFYAML::ELF_STV(0)); in mapping() 604 IO.mapOptional("Other", Keys->Other, ELFYAML::ELF_STO(0)); in mapping()
|
| /NextBSD/crypto/openssl/doc/ |
| HD | standards.txt | 159 2539 Storage of Diffie-Hellman Keys in the Domain Name System (DNS). 229 3185 Reuse of CMS Content Encryption Keys. S. Farrell, S. Turner.
|
| /NextBSD/crypto/openssh/ |
| HD | ssh-agent.0 | 47 The agent initially does not have any private keys. Keys are added using
|
| HD | sshd_config.0 | 630 Specifies revoked public keys. Keys listed in this file will be 633 all users. Keys may be specified as a text file, listing one 702 authentication. Keys are listed one per line; empty lines and
|
| HD | PROTOCOL.agent | 80 Keys are added to the agent using the SSH_AGENTC_ADD_RSA_IDENTITY and
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjC.cpp | 135 llvm::AllocaInst *Keys = nullptr; in EmitObjCCollectionLiteral() local 137 Keys = CreateMemTemp(ElementArrayType, "keys"); in EmitObjCCollectionLiteral() 164 Builder.CreateStructGEP(Keys->getAllocatedType(), Keys, i), in EmitObjCCollectionLiteral() 192 Args.add(RValue::get(Keys), ArgQT); in EmitObjCCollectionLiteral()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| HD | TODO | 71 with a separate table entry for each directory entry. Keys into the
|
| /NextBSD/contrib/gdb/gdb/doc/ |
| HD | gdb.info-3 | 5474 * C-L: TUI Keys. 5476 * C-x 1: TUI Keys. 5477 * C-x 2: TUI Keys. 5478 * C-x A: TUI Keys. 5479 * C-x a: TUI Keys. 5480 * C-x C-a: TUI Keys. 5481 * C-x o: TUI Keys. 5482 * C-x s: TUI Keys. 5628 * Down: TUI Keys. 5926 * Left: TUI Keys. [all …]
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | tegra20-seaboard.dts | 643 /* Software Handled Function Keys */
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | opensm_release_notes_openib-1.2.1.txt | 74 There is no way to manage Service access by Keys.
|
| HD | opensm_release_notes-3.1.10.txt | 144 There is no way to manage Service access by Keys.
|
| HD | opensm_release_notes_ibg2-2.0.1.txt | 106 There is no way to manage Service access by Keys.
|
| HD | opensm_release_notes-3.1.11.txt | 144 There is no way to manage Service access by Keys.
|
| HD | opensm_release_notes_openib-2.0.5.txt | 118 There is no way to manage Service access by Keys.
|
| HD | opensm_release_notes-3.2.txt | 232 There is no way to manage Service access by Keys.
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | README | 274 Keys can be managed using two different mechanisms. WPA can either use
|
| /NextBSD/share/misc/ |
| HD | usb_hid_usages | 1006 0x39 Tablet Function Keys 1007 0x3A Program Change Keys
|