/external/chromium/crypto/ |
D | hmac_openssl.cc | 43 bool HMAC::Sign(const std::string& data, in Sign() function in crypto::HMAC
|
D | hmac_mac.cc | 42 bool HMAC::Sign(const std::string& data, in Sign() function in crypto::HMAC
|
D | hmac_nss.cc | 76 bool HMAC::Sign(const std::string& data, in Sign() function in crypto::HMAC
|
D | hmac_win.cc | 157 bool HMAC::Sign(const std::string& data, in Sign() function in crypto::HMAC
|
/external/llvm/lib/MC/ |
D | MCAsmInfo.cpp | 105 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
|
/external/chromium/chrome/browser/chromeos/login/ |
D | owner_manager.cc | 81 void OwnerManager::Sign(const BrowserThread::ID thread_id, in Sign() function in chromeos::OwnerManager
|
D | owner_key_utils.cc | 149 bool OwnerKeyUtilsImpl::Sign(const std::string& data, in Sign() function in chromeos::OwnerKeyUtilsImpl
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 45 int Sign = Value >> (8 * sizeof(Value) - 1); in EmitSLEB128() local
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 433 const char *llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString()
|
/external/v8/test/cctest/ |
D | test-double.cc | 130 TEST(Sign) { in TEST() argument
|
/external/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 | 145 int Sign() const { in Sign() function
|
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 68 /*DeclSpec::TSS*/ unsigned Sign : 2; member
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 141 static Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1793 SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Op.getOperand(0)); in SimplifyDemandedBits() local
|
D | DAGCombiner.cpp | 7628 SDValue Sign = DAG.getNode(ISD::SRL, N0.getDebugLoc(), XType, N0, in SimplifySelectCC() local
|
/external/icu4c/test/intltest/ |
D | calregts.cpp | 1975 enum Sign { PLUS=1, MINUS=2 }; enum
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7828 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getVFPf32Imm() local 7850 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getVFPf64Imm() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 11988 SDValue Sign = DAG.getNode(Opc, DL, MaskVT, X, Mask.getOperand(1)); in PerformOrCombine() local
|