Home
last modified time | relevance | path

Searched refs:kShift (Results 1 – 25 of 72) sorted by relevance

123

/external/skqp/gm/
Dxfermodes2.cpp108 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/
Dxfermodes2.cpp108 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/
Dquantize.cpp123 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/
Dglobal-handles.h445 static const int kShift = 8; variable
446 static const int kSize = 1 << kShift;
452 return &blocks_[index >> kShift][index & kMask]; in GetLocation()
Dsource-position-table.cc53 static const int kShift = sizeof(T) * kBitsPerByte - 1; in EncodeInt() local
54 value = ((value << 1) ^ (value >> kShift)); in EncodeInt()
/external/v8/src/interpreter/
Dbytecode-flags.cc31 1 << CreateObjectLiteralFlags::FastClonePropertiesCountBits::kShift); in Encode()
/external/skqp/tools/sk_app/ios/
DWindow_ios.cpp105 { SDLK_LSHIFT, Window::Key::kShift }, in get_key()
106 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
/external/skia/tools/sk_app/ios/
DWindow_ios.cpp117 { SDLK_LSHIFT, Window::Key::kShift }, in get_key()
118 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
/external/skqp/tools/sk_app/mac/
DWindow_mac.cpp105 { SDLK_LSHIFT, Window::Key::kShift }, in get_key()
106 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
/external/skia/tools/sk_app/mac/
DWindow_mac.cpp117 { SDLK_LSHIFT, Window::Key::kShift }, in get_key()
118 { SDLK_RSHIFT, Window::Key::kShift }, in get_key()
/external/v8/src/compiler/
Dinstruction.h209 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()
Dlinkage.h118 ((location << LocationField::kShift) & LocationField::kMask); in LinkageLocation()
135 LocationField::kShift; in GetLocation()
/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h195 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/
Dsafe_conversions_impl.h194 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/
DWindow_unix.cpp206 { 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/
DWindow_unix.cpp206 { XK_Shift_L, Window::Key::kShift }, in get_key()
207 { XK_Shift_R, Window::Key::kShift }, in get_key()
/external/v8/src/x87/
Dmacro-assembler-x87.h502 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/
DWindow.h98 kShift, enumerator
/external/skia/tools/sk_app/
DWindow.h98 kShift, enumerator
/external/v8/src/ia32/
Dmacro-assembler-ia32.h508 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/
Dmacro-assembler-x64.h1188 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/
Dsignal_processing_unittest.cc434 const int kShift = 2; in TEST_F() local
443 kCrossCorrelationDimension, kShift, kStep); in TEST_F()
/external/skia/tools/viewer/
DImGuiLayer.cpp99 io.KeyShift = io.KeysDown[static_cast<int>(Window::Key::kShift)]; in onPrePaint()
/external/skqp/tools/viewer/
DImGuiLayer.cpp99 io.KeyShift = io.KeysDown[static_cast<int>(Window::Key::kShift)]; in onPrePaint()
/external/vixl/src/aarch32/
Dconstants-aarch32.h112 kShift = 0x4, enumerator

123