Home
last modified time | relevance | path

Searched refs:Signatures (Results 1 – 25 of 110) sorted by relevance

12345

/external/boringssl/src/third_party/wycheproof_testvectors/
Ddsa_test.txt876 # Signatures with special case values for r and s.
883 # Signatures with special case values for r and s.
890 # Signatures with special case values for r and s.
897 # Signatures with special case values for r and s.
904 # Signatures with special case values for r and s.
911 # Signatures with special case values for r and s.
918 # Signatures with special case values for r and s.
925 # Signatures with special case values for r and s.
932 # Signatures with special case values for r and s.
939 # Signatures with special case values for r and s.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.h28 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; variable
42 Signatures.push_back(std::move(Sig)); in addSignature()
/external/tensorflow/tensorflow/go/
Dsaved_model.go37 Signatures map[string]Signature member
91 return &SavedModel{Session: s, Graph: graph, Signatures: signatures}, nil
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.h26 std::vector<std::unique_ptr<wasm::WasmSignature>> Signatures; variable
47 Signatures.push_back(std::move(Sig)); in addSignature()
/external/llvm-project/llvm/test/tools/llvm-dwp/X86/
Dunsupported_tu_index_version.s42 ## Hash Table of Signatures:
66 ## Hash Table of Signatures:
Dunknown-section-id.s88 ## Hash Table of Signatures:
117 ## Hash Table of Signatures:
Dunsupported_cu_index_version.s18 ## Hash Table of Signatures:
/external/llvm-project/clang/utils/TableGen/
DClangOpenCLBuiltinEmitter.cpp81 std::vector<std::pair<const Record *, unsigned>> Signatures; member
506 for (const auto &Overload : SLM.second.Signatures) { in EmitBuiltinTable()
531 SignatureListMap.find(Candidate)->second.Signatures; in CanReuseSignature()
597 const auto &Ovl = SLM.second.Signatures; in EmitStringMatcher()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp252 SmallVector<WasmSignature, 4> Signatures; member in __anonf516adff0111::WasmObjectWriter
286 Signatures.clear(); in reset()
312 void writeTypeSection(ArrayRef<WasmSignature> Signatures);
675 void WasmObjectWriter::writeTypeSection(ArrayRef<WasmSignature> Signatures) { in writeTypeSection() argument
676 if (Signatures.empty()) in writeTypeSection()
682 encodeULEB128(Signatures.size(), W.OS); in writeTypeSection()
684 for (const WasmSignature &Sig : Signatures) { in writeTypeSection()
1055 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType()
1057 Signatures.push_back(S); in registerFunctionType()
1076 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerEventType()
[all …]
/external/llvm-project/llvm/test/Object/
Dwasm-duplicate-name.test8 Signatures:
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp217 SmallVector<wasm::WasmSignature, 4> Signatures; member in __anon5283b56b0111::WasmObjectWriter
266 Signatures.clear(); in reset()
309 void writeTypeSection(ArrayRef<wasm::WasmSignature> Signatures);
725 ArrayRef<wasm::WasmSignature> Signatures) { in writeTypeSection() argument
726 if (Signatures.empty()) in writeTypeSection()
732 encodeULEB128(Signatures.size(), W->OS); in writeTypeSection()
734 for (const wasm::WasmSignature &Sig : Signatures) { in writeTypeSection()
1162 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerFunctionType()
1164 Signatures.push_back(S); in registerFunctionType()
1183 auto Pair = SignatureIndices.insert(std::make_pair(S, Signatures.size())); in registerEventType()
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/wasm/
Dremove-section.test16 Signatures:
Dbasic-copy.test15 Signatures:
/external/llvm-project/lld/test/wasm/
Dfunction-index.test8 CHECK: Signatures:
Dfunction-imports.ll19 ; CHECK-NEXT: Signatures:
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddebug-cu-index-unknown-section.s18 ## Hash Table of Signatures:
Ddwp-v2-tu-index.s21 ## Hash Table of Signatures:
Ddwp-v5-tu-index.s22 ## Hash Table of Signatures:
Dinvalid-cu-length-dwp.s40 ## Hash Table of Signatures:
Ddwp-v2-cu-index.s21 ## Hash Table of Signatures:
Ddwp-dwarf64.s51 ## Hash Table of Signatures:
/external/testng/
DREADME.dev12 …instructions at https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+M…
/external/llvm-project/llvm/test/MC/WebAssembly/
Dlibcall.ll18 ; CHECK-NEXT: Signatures:
/external/abseil-cpp/absl/random/internal/
Dmock_overload_set.h72 template <typename DistrT, typename... Signatures>
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dmock_overload_set.h72 template <typename DistrT, typename... Signatures>

12345