/external/boringssl/src/ssl/test/runner/ed25519/ |
D | ed25519.go | 54 func (priv PrivateKey) Sign(rand io.Reader, message []byte, opts crypto.SignerOpts) (signature []by… func 110 func Sign(privateKey PrivateKey, message []byte) []byte { func
|
/external/llvm/lib/Support/ |
D | LEB128.cpp | 32 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
D | Dwarf.cpp | 299 const char *llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString()
|
/external/boringssl/src/tool/ |
D | sign.cc | 31 bool Sign(const std::vector<std::string> &args) { in Sign() function
|
/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmInfo.cpp | 115 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/external/libchrome/crypto/ |
D | hmac.cc | 61 bool HMAC::Sign(const base::StringPiece& data, in Sign() function in crypto::HMAC
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 658 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 680 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mathutil.h | 82 static T Sign(T value) { in Sign() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 589 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 611 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 639 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 45 int Sign = Value >> (8 * sizeof(Value) - 1); in EmitSLEB128() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Dwarf.cpp | 478 const char *llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 349 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 371 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 397 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 425 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | JITCodeEmitter.h | 194 int32_t Sign = Value >> (8 * sizeof(Value) - 1); in emitSLEB128Bytes() local
|
D | MachineCodeEmitter.h | 189 uint64_t Sign = Value >> (8 * sizeof(Value) - 1); in emitSLEB128Bytes() local
|
D | BinaryObject.h | 314 int Sign = Value >> (8 * sizeof(Value) - 1); in emitSLEB128Bytes() local
|
/external/v8/src/ |
D | double.h | 116 int Sign() const { in Sign() function
|
D | conversions-inl.h | 582 enum Sign { in InternalStringToDouble() enum
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.h | 99 Sign enumerator
|
/external/capstone/arch/AArch64/ |
D | AArch64AddressingModes.h | 191 uint8_t Sign = (Imm >> 7) & 0x1; in AArch64_AM_getFPImmFloat() local
|
/external/pdfium/third_party/bigint/ |
D | BigInteger.hh | 30 enum Sign { negative = -1, zero = 0, positive = 1 }; enum in BigInteger
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 353 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 301 static IEEEFloat copySign(IEEEFloat Value, const IEEEFloat &Sign) { in copySign() 979 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerDriver.cpp | 112 long Sign = 1; in MyStol() local
|
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 86 /*DeclSpec::TSS*/ unsigned Sign : 2; member
|