| /external/valgrind/main/memcheck/tests/vbit-test/ |
| D | binary.c | 93 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary() local 106 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary() local 119 unsigned shift_amount = opnd2->value.u8; in check_result_for_binary() local
|
| D | vbits.c | 663 shl_vbits(vbits_t v, unsigned shift_amount) in shl_vbits() 685 shr_vbits(vbits_t v, unsigned shift_amount) in shr_vbits() 707 sar_vbits(vbits_t v, unsigned shift_amount) in sar_vbits()
|
| /external/lldb/source/Utility/ |
| D | StringExtractor.cpp | 192 uint32_t shift_amount = 0; in GetHexMaxU32() local 254 uint32_t shift_amount = 0; in GetHexMaxU64() local 342 uint32_t shift_amount; in GetHexWithFixedSize() local
|
| /external/chromium_org/base/i18n/ |
| D | streaming_utf8_validator.cc | 36 const uint8 shift_amount = StateTableLookup(state); in AddBytes() local
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| D | common.h | 177 const int shift_amount = big ? 7 : 3; in ClassIndex() local
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| D | common.h | 194 const int shift_amount = big ? 7 : 3; in ClassIndex() local
|
| /external/chromium_org/v8/src/ |
| D | bignum.cc | 219 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() 700 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft()
|
| D | strtod.cc | 306 int shift_amount = (precision_digits_count + kDenominatorLog) - in DiyFpStrtod() local
|
| D | fixed-dtoa.cc | 41 void Shift(int shift_amount) { in Shift()
|
| /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
| D | bignum.cc | 242 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() 723 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft()
|
| D | strtod.cc | 325 int shift_amount = (precision_digits_count + kDenominatorLog) - in DiyFpStrtod() local
|
| D | fixed-dtoa.cc | 63 void Shift(int shift_amount) { in Shift()
|
| /external/chromium_org/v8/src/compiler/ |
| D | simplified-lowering.cc | 807 Node* shift_amount = jsgraph()->Int32Constant(kSmiTagSize + kSmiShiftSize); in Untag() local 814 Node* shift_amount = jsgraph()->Int32Constant(kSmiTagSize + kSmiShiftSize); in SmiTag() local
|
| /external/vixl/src/a64/ |
| D | assembler-a64.h | 520 unsigned shift_amount() const { in shift_amount() function 558 unsigned shift_amount() const { return shift_amount_; } in shift_amount() function 1602 static Instr ImmShiftLS(unsigned shift_amount) { in ImmShiftLS()
|
| D | assembler-a64.cc | 214 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() 225 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() 280 unsigned shift_amount) in MemOperand() 295 unsigned shift_amount) in MemOperand() 1750 unsigned shift_amount) { in EmitShift() 1860 unsigned shift_amount = addr.shift_amount(); in LoadStore() local
|
| D | simulator-a64.cc | 667 unsigned shift_amount = instr->ImmDPShift(); in VisitLogicalShifted() local 765 unsigned shift_amount = instr->ImmShiftLS() * instr->SizeLS(); in VisitLoadStoreRegisterOffset() local
|
| /external/webrtc/src/common_audio/signal_processing/ |
| D | signal_processing_unittest.cc | 87 int shift_amount = 1; // Workaround compiler warning using variable here. in TEST_F() local
|
| /external/chromium_org/v8/src/arm64/ |
| D | lithium-arm64.h | 603 LAddI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LAddI() 613 LOperand* shift_amount() const { return shift_amount_; } in shift_amount() function 786 LBitI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LBitI() 796 LOperand* shift_amount() const { return shift_amount_; } in shift_amount() function 2842 LSubI(LOperand* left, LOperand* right, Shift shift, LOperand* shift_amount) in LSubI() 2852 LOperand* shift_amount() const { return shift_amount_; } in shift_amount() function
|
| D | simulator-arm64.cc | 1395 unsigned shift_amount = instr->ImmDPShift(); in VisitAddSubShifted() local 1441 unsigned shift_amount = instr->ImmDPShift(); in VisitLogicalShifted() local 1556 unsigned shift_amount = instr->ImmShiftLS() * instr->SizeLS(); in VisitLoadStoreRegisterOffset() local
|
| D | assembler-arm64.h | 722 unsigned shift_amount() const { return shift_amount_; } in shift_amount() function
|
| /external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
| D | signal_processing_unittest.cc | 63 int shift_amount = 1; // Workaround compiler warning using variable here. in TEST_F() local
|
| /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
| D | gki_ulinux.c | 1289 void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) in GKI_shiftdown()
|
| /external/libnfc-nci/src/gki/ulinux/ |
| D | gki_ulinux.c | 1266 void GKI_shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) in GKI_shiftdown()
|
| /external/chromium_org/v8/src/arm/ |
| D | disasm-arm.cc | 193 int shift_amount = instr->ShiftAmountValue(); in PrintShiftRm() local
|
| /external/libnfc-nci/src/nfc/ndef/ |
| D | ndef_utils.c | 43 static void shiftdown (UINT8 *p_mem, UINT32 len, UINT32 shift_amount) in shiftdown()
|