| /src/sys/external/bsd/acpica/dist/compiler/ |
| dttemplate.c | 56 char *Signature); 60 char *Signature, 65 char *Signature, 77 char *Signature, 85 * PARAMETERS: Signature - ACPI table signature 87 * RETURN: TRUE if signature is a special ACPI table 96 char *Signature) 99 if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_DSDT) || 100 ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_OSDT) | [all...] |
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| author-signature.t | 16 unless (eval { require Test::Signature; 1 }) { 17 plan skip_all => 'Test::Signature is required for this test'; 20 Test::Signature::signature_ok();
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| author-signature.t | 16 unless (eval { require Test::Signature; 1 }) { 17 plan skip_all => 'Test::Signature is required for this test'; 20 Test::Signature::signature_ok();
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| CVDebugRecord.h | 16 struct Signature { 32 uint8_t Signature[16]; 40 support::ulittle32_t Signature; 46 struct OMF::Signature Signature;
|
| /src/sys/external/bsd/acpica/dist/tables/ |
| tbfind.c | 56 * PARAMETERS: Signature - String with ACPI table signature 64 * Signature, OEM ID and OEM Table ID. Returns an index that can 71 char *Signature, 84 /* Validate the input table signature */ 86 if (!AcpiUtValidNameseg (Signature)) 102 ACPI_COPY_NAMESEG (Header.Signature, Signature); 111 if (memcmp (&(AcpiGbl_RootTableList.Tables[i].Signature), 112 Header.Signature, ACPI_NAMESEG_SIZE) [all...] |
| tbprint.c | 122 AcpiTbFixString (OutHeader->Signature, ACPI_NAMESEG_SIZE); 154 if (ACPI_COMPARE_NAMESEG (Header->Signature, ACPI_SIG_FACS)) 156 /* FACS only has signature and length fields */ 159 Header->Signature, ACPI_FORMAT_UINT64 (Address), 163 Header)->Signature)) 178 else if (AcpiGbl_CDAT && !AcpiUtValidNameseg (Header->Signature)) 195 LocalHeader.Signature, ACPI_FORMAT_UINT64 (Address),
|
| tbxface.c | 221 TableDesc->Signature.Ascii)); 261 * PARAMETERS: Signature - ACPI signature of needed table 276 ACPI_CONST_STRING Signature, 287 if (!Signature || !OutTableHeader) 297 &(AcpiGbl_RootTableList.Tables[i].Signature), Signature)) 349 * PARAMETERS: Signature - ACPI signature of needed table 367 ACPI_CONST_STRING Signature, [all...] |
| /src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| oswintbl.c | 172 char *Signature; 188 Signature = malloc (ACPI_NAMESEG_SIZE + 1); 189 if (!Signature) 194 Signature = memmove (Signature, &Gbl_AvailableTableSignatures[Index], ACPI_NAMESEG_SIZE); 201 if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_SSDT)) 211 Status = AcpiOsGetTableByName (Signature, CurrentInstance, Table, Address); 217 ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_SSDT)) 223 free (Signature); 292 * PARAMETERS: Signature - ACPI Signature for desired table. Must b [all...] |
| oslinuxtbl.c | 62 char Signature[ACPI_NAMESEG_SIZE] ACPI_NONSTRING; 75 char *Signature, 80 char *Signature, 92 char *Signature, 119 char *Signature, 130 char *Signature, 283 * PARAMETERS: Signature - ACPI Signature for desired table. Must be 292 * AE_NOT_FOUND: A table with the signature was not found 294 * NOTE: Assumes the input signature is uppercase [all...] |
| osbsdtbl.c | 67 char *Signature, 76 char *Signature, 115 char Signature[4]; 186 * PARAMETERS: Signature - ACPI Signature for desired table. Must be 195 * AE_NOT_FOUND: A table with the signature was not found 197 * NOTE: Assumes the input signature is uppercase. 203 char *Signature, 214 !ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_SSDT) && 215 !ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_UEFI) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/ |
| RPCError.cpp | 45 CouldNotNegotiate::CouldNotNegotiate(std::string Signature) 46 : Signature(std::move(Signature)) {} 53 OS << "Could not negotiate RPC function " << Signature;
|
| /src/sys/external/bsd/acpica/dist/tools/acpixtract/ |
| axutils.c | 285 * PARAMETERS: Name - Ascii string containing an ACPI signature 295 char *Signature) 298 if (!strncmp (Signature, "RSD ", 4)) 300 Signature[3] = 'P'; 387 * Signature - Requested signature to count 389 * RETURN: The number of instances of the signature 391 * DESCRIPTION: Count the instances of tables with the given signature within 399 char *Signature) 412 /* Count the number of instances of this signature */ [all...] |
| acpixtract.h | 95 UINT32 Signature; 121 char *Signature, 139 char *Signature); 144 char *Signature); 148 char *Signature);
|
| /src/sys/external/bsd/acpica/dist/tools/acpidump/ |
| apdump.c | 73 if (!ACPI_VALIDATE_RSDP_SIG (Table->Signature)) 75 /* Make sure signature is all ASCII and a valid ACPI name */ 77 if (!AcpiUtValidNameseg (Table->Signature)) 79 fprintf (stderr, "Table signature (0x%8.8X) is invalid\n", 80 *(UINT32 *) Table->Signature); 118 if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)) 137 Table->Signature); 153 * DESCRIPTION: Obtain table length according to table signature. 171 if (ACPI_VALIDATE_RSDP_SIG (Table->Signature)) 230 Table->Signature, ACPI_FORMAT_UINT64 (Address)) [all...] |
| /src/sys/external/bsd/acpica/dist/common/ |
| ahtable.c | 52 char *Signature); 61 * PARAMETERS: Signature - ACPI signature (4 chars) to match 71 char *Signature) 76 for (Info = AcpiGbl_SupportedTables; Info->Signature; Info++) 78 if (ACPI_COMPARE_NAMESEG (Signature, Info->Signature))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| 20-cert-select.conf | 8 test-3 = 3-Ed25519 CipherString and Signature Algorithm Selection 9 test-4 = 4-Ed448 CipherString and Signature Algorithm Selection 13 test-8 = 8-P-256 CipherString and Signature Algorithm Selection 17 test-12 = 12-ECDSA Signature Algorithm Selection 18 test-13 = 13-ECDSA Signature Algorithm Selection SHA384 19 test-14 = 14-ECDSA Signature Algorithm Selection SHA1 20 test-15 = 15-ECDSA Signature Algorithm Selection compressed point 21 test-16 = 16-ECDSA Signature Algorithm Selection, no ECDSA certificate 22 test-17 = 17-RSA Signature Algorithm Selection 23 test-18 = 18-RSA-PSS Signature Algorithm Selectio [all...] |
| /src/external/mit/isl/dist/interface/ |
| template_cpp.cc | 312 /* A signature of a method in terms of kinds, 315 struct Signature { 320 Signature apply(const Substitution &match) const; 323 /* Return the parameters of this signature. 327 std::vector<std::string> Signature::params() const 342 Signature Signature::apply(const Substitution &subs) const 401 static Substitution shared_param_renamer(const Signature &sig, const Kind &kind) 409 static Signature un_params = { { }, { { } } }; 410 static Signature un_set = { { Domain }, { { Domain } } } [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| StdLibraryFunctionsChecker.cpp | 393 // type in a Signature. 397 // The signature of a function we want to describe with a summary. This is a 398 // concessive signature, meaning there may be irrelevant types in the 399 // signature which we do not check against a function with concrete types. 401 class Signature { 409 // Construct a signature from optional types. If any of the optional types 410 // are not set then the signature will be invalid. 411 Signature(ArgTypes ArgTys, RetType RetTy) { 457 /// * function prototype (signature) 476 /// The signature and argument constraints together contain informatio [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| IssueHash.cpp | 29 // Get a string representation of the parts of the signature that can be 34 std::string Signature; 37 // distinct hash value for every instantiation. Use the signature from the 45 Signature.append(Target->getReturnType().getAsString()).append(" "); 46 Signature.append(Target->getQualifiedNameAsString()).append("("); 50 Signature.append(", "); 51 Signature.append(Target->getParamDecl(i)->getType().getAsString()); 55 Signature.append(", ..."); 56 Signature.append(")"); 62 return Signature; [all...] |
| /src/sys/external/bsd/acpica/dist/debugger/ |
| dbfileio.c | 154 Table->Signature); 166 Table->Signature);
|
| /src/sys/arch/arm/acpi/ |
| acpi_table.c | 91 if (memcmp(rsdp->Signature, ACPI_SIG_RSDP, sizeof(rsdp->Signature)) == 0) 106 if (memcmp(header->Signature, sig, sizeof(header->Signature)) == 0) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| Mips16HardFloatInfo.h | 40 FuncSignature Signature;
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utcksum.c | 85 if (ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_S3PT) || 86 ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_FACS)) 103 Table->Signature, Table->Checksum,
|
| /src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
| aetables.c | 55 char *Signature, 115 if (ACPI_COMPARE_NAMESEG (ExistingTable->Signature, ACPI_SIG_DSDT)) 122 else if (ACPI_COMPARE_NAMESEG (ExistingTable->Signature, "OEM9")) 134 * Signature - Signature to insert 146 char *Signature, 150 ACPI_COPY_NAMESEG (Header->Signature, Signature); 201 if (!ACPI_COMPARE_NAMESEG (NextTable->Table->Signature, ACPI_SIG_DSDT) && 202 !ACPI_COMPARE_NAMESEG (NextTable->Table->Signature, ACPI_SIG_FADT) [all...] |
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efipart.h | 58 UINT16 Signature;
|