/freebsd/sys/contrib/dev/acpica/components/resources/ |
H A D | rsdump.c | 167 const char *Title, 172 const char *Title, 177 const char *Title, 182 const char *Title, 187 const char *Title, 192 const char *Title); 220 char *Title, 628 char *Title, in AcpiRsDumpResourceLabel() argument 633 AcpiRsOutString (Title, in AcpiRsDumpResourceLabel() 707 const char *Title, in AcpiRsOutString() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 125 void writeGraph(const std::string &Title = "") { 127 writeHeader(Title); 139 void writeHeader(const std::string &Title) { in writeHeader() argument 142 if (!Title.empty()) in writeHeader() 143 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader() 152 if (!Title.empty()) in writeHeader() 153 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader() 361 const Twine &Title = "") { 366 W.writeGraph(Title.str()); 380 const Twine &Title = "", [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_common.txt | 15 Title = HMAC tests (from RFC2104 and others) 42 Title = SHA1 68 Title = SHA2 150 Title = SHA3 234 Title = HMAC self generated tests 242 Title = CMAC tests (from FIPS module) 262 Title = GMAC Tests (from NIST) 271 Title = GMAC Tests (from http://www.ieee802.org/1/files/public/docs2011/bn-randall-test-vectors-051… 330 Title = KMAC Tests (From NIST) 374 Title = KMAC XOF Tests (From NIST) [all …]
|
H A D | evpmd_md.txt | 9 Title = MD2 tests 46 Title = MD4 tests 83 Title = MD5 tests 113 Title = MD5-SHA1
|
H A D | evpciph_aes_stitched.txt | 1 Title = AES-128-CBC-HMAC-SHA1 test vectors 33 Title = AES-256-CBC-HMAC-SHA1 test vectors 64 Title = AES-128-CBC-HMAC-SHA256 test vectors 96 Title = AES-256-CBC-HMAC-SHA256 test vectors
|
H A D | evppkey_ecc.txt | 14 Title=c2pnb163v1 curve tests 92 Title=c2pnb163v2 curve tests 170 Title=c2pnb163v3 curve tests 248 Title=c2pnb176v1 curve tests 326 Title=c2pnb208w1 curve tests 406 Title=c2pnb272w1 curve tests 486 Title=c2pnb304w1 curve tests 566 Title=c2pnb368w1 curve tests 649 Title=c2tnb191v1 curve tests 729 Title=c2tnb191v2 curve tests [all …]
|
H A D | evpciph_des.txt | 9 Title = DES ECB Tests (from destest) 53 Title = DES Tests (from FIPS PUB 81) 78 Title = DES Tests (various sources)
|
H A D | evpkdf_x942_des.txt | 8 Title = X9.42 KDF tests (from RFC2631 test vectors) 17 Title = X9.42 KDF tests (ACVP test vectors)
|
H A D | evppkey_brainpool.txt | 14 Title=brainpoolP160r1 curve tests 52 Title=brainpoolP160t1 curve tests 90 Title=brainpoolP192r1 curve tests 130 Title=brainpoolP192t1 curve tests 170 Title=brainpoolP224r1 curve tests 210 Title=brainpoolP224t1 curve tests 250 Title=brainpoolP256r1 curve tests 290 Title=brainpoolP256t1 curve tests 330 Title=brainpoolP320r1 curve tests 370 Title=brainpoolP320t1 curve tests [all …]
|
H A D | evpciph_aria.txt | 14 Title = ARIA test vectors from RFC5794 (and others) 149 Title = ARIA GCM test vectors from RFC8269 167 Title = ARIA GCM self-generated test vectors 197 Title = ARIA CCM test vectors from IETF draft-ietf-avtcore-aria-srtp-02
|
H A D | evpciph_rc4.txt | 9 Title = RC4 tests 47 Title = RC4 tests (From RFC6229)
|
H A D | evpkdf_x942.txt | 14 Title = X9.42 KDF tests (RFC3565 2.3.2 Examples) 29 Title = X9.42 KDF tests (generated tests to test different options) 78 Title = X9.42 KDF tests (ACVP test vectors)
|
H A D | evppkey_ecdsa.txt | 38 Title = ECDSA tests 93 Title = DigestSign and DigestVerify 162 Title = FIPS tests 183 Title = FIPS Negative tests (using different curves and digests)
|
H A D | evpmd_sm3.txt | 14 Title = SM3 Tests 53 Title = Case insensitive digest tests
|
H A D | evpmac_siphash.txt | 17 Title = SIPHASH tests 174 Title = SIPHASH - explicit rounds 185 Title = SIPHASH - non-default values: 4,8 rounds
|
/freebsd/share/doc/psd/title/ |
H A D | Makefile | 2 DOC= Title 3 SRCS= Title
|
/freebsd/share/doc/usd/title/ |
H A D | Makefile | 2 DOC= Title 3 SRCS= Title
|
/freebsd/share/doc/smm/title/ |
H A D | Makefile | 2 DOC= Title 3 SRCS= Title
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DOTGraphTraitsPass.h | 269 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local 271 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule() 302 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local 305 WriteGraph(File, Graph, IsSimple, Title); in runOnModule() 334 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in WriteDOTGraphToFile() local 337 WriteGraph(File, Graph, IsSimple, Title); in WriteDOTGraphToFile()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 146 void SelectionDAG::viewGraph(const std::string &Title) { in viewGraph() argument 150 false, Title); in viewGraph() 172 const Twine &Title) { in dumpDotGraph() argument 173 dumpDotGraphToFile(this, FileName, Title); in dumpDotGraph()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGPrinter.cpp | 79 void ScheduleDAG::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() argument 82 ViewGraph(this, Name, false, Title); in viewGraph()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | DetailedRecordsBackend.cpp | 49 void printSectionHeading(StringRef Title, int Count, raw_ostream &OS); 117 void DetailedRecordsEmitter::printSectionHeading(StringRef Title, int Count, in printSectionHeading() argument 119 OS << formatv("\n{0} {1} ({2}) {0}\n", "--------------------", Title, Count); in printSectionHeading()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | InstrDocsEmitter.cpp | 70 std::string Title = std::string(Target.getName()); in EmitInstrDocs() local 71 Title += " Instructions"; in EmitInstrDocs() 72 writeTitle(Title, OS); in EmitInstrDocs()
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 651 static void PrintHelpOptionList(raw_ostream &OS, StringRef Title, in PrintHelpOptionList() argument 653 OS << Title << ":\n"; in PrintHelpOptionList() 706 void OptTable::printHelp(raw_ostream &OS, const char *Usage, const char *Title, in printHelp() argument 710 OS, Usage, Title, ShowHidden, ShowAllAliases, in printHelp() 717 void OptTable::printHelp(raw_ostream &OS, const char *Usage, const char *Title, in printHelp() argument 723 OS, Usage, Title, ShowHidden, ShowAllAliases, in printHelp() 735 raw_ostream &OS, const char *Usage, const char *Title, bool ShowHidden, in internalPrintHelp() argument 738 OS << "OVERVIEW: " << Title << "\n\n"; in internalPrintHelp()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DomPrinter.cpp | 28 void DominatorTree::viewGraph(const Twine &Name, const Twine &Title) { in viewGraph() argument 30 ViewGraph(this, Name, false, Title); in viewGraph()
|