/external/skqp/gm/ |
D | xfermodes2.cpp | 108 int c = y * (1 << kShift); in onOnceBeforeDraw() 121 int c = x * (1 << kShift); in onOnceBeforeDraw() 132 kShift = 2, enumerator 133 kSize = 256 >> kShift,
|
/external/skia/gm/ |
D | xfermodes2.cpp | 108 int c = y * (1 << kShift); in onOnceBeforeDraw() 121 int c = x * (1 << kShift); in onOnceBeforeDraw() 132 kShift = 2, enumerator 133 kSize = 256 >> kShift,
|
/external/aac/libAACenc/src/ |
D | quantize.cpp | 123 const INT kShift = 16; in FDKaacEnc_quantizeLines() local 126 k = FL2FXCONST_DBL(0.23f) >> kShift; in FDKaacEnc_quantizeLines() 128 k = FL2FXCONST_DBL(-0.0946f + 0.5f) >> kShift; in FDKaacEnc_quantizeLines()
|
/external/v8/src/ |
D | global-handles.h | 445 static const int kShift = 8; variable 446 static const int kSize = 1 << kShift; 452 return &blocks_[index >> kShift][index & kMask]; in GetLocation()
|
D | source-position-table.cc | 53 static const int kShift = sizeof(T) * kBitsPerByte - 1; in EncodeInt() local 54 value = ((value << 1) ^ (value >> kShift)); in EncodeInt()
|
/external/v8/src/interpreter/ |
D | bytecode-flags.cc | 31 1 << CreateObjectLiteralFlags::FastClonePropertiesCountBits::kShift); in Encode()
|
/external/skqp/tools/sk_app/ios/ |
D | Window_ios.cpp | 105 { SDLK_LSHIFT, Window::Key::kShift }, in get_key() 106 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
|
/external/skia/tools/sk_app/ios/ |
D | Window_ios.cpp | 117 { SDLK_LSHIFT, Window::Key::kShift }, in get_key() 118 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
|
/external/skqp/tools/sk_app/mac/ |
D | Window_mac.cpp | 105 { SDLK_LSHIFT, Window::Key::kShift }, in get_key() 106 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
|
/external/skia/tools/sk_app/mac/ |
D | Window_mac.cpp | 117 { SDLK_LSHIFT, Window::Key::kShift }, in get_key() 118 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
|
/external/v8/src/compiler/ |
D | instruction.h | 209 value_ |= static_cast<int64_t>(index) << FixedSlotIndexField::kShift; in UnallocatedOperand() 292 FixedSlotIndexField::kShift); in fixed_slot_index() 397 value_ |= static_cast<int64_t>(value) << ValueField::kShift; in ImmediateOperand() 404 return static_cast<int64_t>(value_) >> ValueField::kShift; in inline_value() 409 return static_cast<int64_t>(value_) >> ValueField::kShift; in indexed_value() 436 value_ |= static_cast<int64_t>(index) << IndexField::kShift; in LocationOperand() 441 return static_cast<int64_t>(value_) >> IndexField::kShift; in index() 446 return static_cast<int64_t>(value_) >> IndexField::kShift; in register_code()
|
D | linkage.h | 118 ((location << LocationField::kShift) & LocationField::kMask); in LinkageLocation() 135 LocationField::kShift; in GetLocation()
|
/external/pdfium/third_party/base/numerics/ |
D | safe_conversions_impl.h | 195 static const int kShift = 208 static_assert(kShift < DstLimits::digits, ""); 210 ConditionalNegate(SafeUnsignedAbs(value) & ~((T(1) << kShift) - T(1)), 219 static_assert(kShift == 0, "");
|
/external/libchrome/base/numerics/ |
D | safe_conversions_impl.h | 194 static const int kShift = 207 static_assert(kShift < DstLimits::digits, ""); 209 ConditionalNegate(SafeUnsignedAbs(value) & ~((T(1) << kShift) - T(1)), 218 static_assert(kShift == 0, "");
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 206 { XK_Shift_L, Window::Key::kShift }, in get_key() 207 { XK_Shift_R, Window::Key::kShift }, in get_key()
|
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 206 { XK_Shift_L, Window::Key::kShift }, in get_key() 207 { XK_Shift_R, Window::Key::kShift }, in get_key()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 502 static const int shift = Field::kShift; in DecodeField() 503 static const int mask = Field::kMask >> Field::kShift; in DecodeField() 512 static const int shift = Field::kShift; in DecodeFieldToSmi() 513 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize; in DecodeFieldToSmi()
|
/external/skqp/tools/sk_app/ |
D | Window.h | 98 kShift, enumerator
|
/external/skia/tools/sk_app/ |
D | Window.h | 98 kShift, enumerator
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 508 static const int shift = Field::kShift; in DecodeField() 509 static const int mask = Field::kMask >> Field::kShift; in DecodeField() 518 static const int shift = Field::kShift; in DecodeFieldToSmi() 519 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize; in DecodeFieldToSmi()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.h | 1188 static const int shift = Field::kShift; in DecodeField() 1189 static const int mask = Field::kMask >> Field::kShift; in DecodeField() 1200 shlp(reg, Immediate(kSmiShift - Field::kShift)); in DecodeFieldToSmi() 1202 static const int shift = Field::kShift; in DecodeFieldToSmi() 1203 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize; in DecodeFieldToSmi()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | signal_processing_unittest.cc | 434 const int kShift = 2; in TEST_F() local 443 kCrossCorrelationDimension, kShift, kStep); in TEST_F()
|
/external/skia/tools/viewer/ |
D | ImGuiLayer.cpp | 99 io.KeyShift = io.KeysDown[static_cast<int>(Window::Key::kShift)]; in onPrePaint()
|
/external/skqp/tools/viewer/ |
D | ImGuiLayer.cpp | 99 io.KeyShift = io.KeysDown[static_cast<int>(Window::Key::kShift)]; in onPrePaint()
|
/external/vixl/src/aarch32/ |
D | constants-aarch32.h | 112 kShift = 0x4, enumerator
|