Home
last modified time | relevance | path

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

123

/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/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()
Dglobal-handles.cc55 STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) == in Node()
57 STATIC_ASSERT(static_cast<int>(IsActive::kShift) == in Node()
1460 int block = size_ >> kShift; in Create()
Dproperty-details.h342 (READ_ONLY << AttributesField::kShift);
Dutils.h313 static const U kShift = shift;
315 static const U kNext = kShift + kSize;
/external/aac/libAACenc/src/
Dquantize.cpp114 const INT kShift=16; in FDKaacEnc_quantizeLines() local
117 k = FL2FXCONST_DBL(0.23f)>>kShift; in FDKaacEnc_quantizeLines()
119 k = FL2FXCONST_DBL(-0.0946f + 0.5f)>>kShift; in FDKaacEnc_quantizeLines()
/external/v8/src/interpreter/
Dbytecode-flags.cc31 1 << CreateObjectLiteralFlags::FastClonePropertiesCountBits::kShift); in Encode()
/external/skia/tools/viewer/sk_app/mac/
DWindow_mac.cpp105 { SDLK_LSHIFT, Window::Key::kShift }, in get_key()
106 { 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/skia/tools/viewer/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()
Dmacro-assembler-x87.cc2389 const int kShift = 8; in JumpIfNotBothSequentialOneByteStrings() local
2390 DCHECK_EQ(0, kFlatOneByteStringMask & (kFlatOneByteStringMask << kShift)); in JumpIfNotBothSequentialOneByteStrings()
2393 shl(scratch2, kShift); in JumpIfNotBothSequentialOneByteStrings()
2395 cmp(scratch1, kFlatOneByteStringTag | (kFlatOneByteStringTag << kShift)); in JumpIfNotBothSequentialOneByteStrings()
2668 STATIC_ASSERT(Map::EnumLengthBits::kShift == 0); in EnumLength()
/external/skia/tools/viewer/sk_app/
DWindow.h94 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()
Dmacro-assembler-ia32.cc2543 const int kShift = 8; in JumpIfNotBothSequentialOneByteStrings() local
2544 DCHECK_EQ(0, kFlatOneByteStringMask & (kFlatOneByteStringMask << kShift)); in JumpIfNotBothSequentialOneByteStrings()
2547 shl(scratch2, kShift); in JumpIfNotBothSequentialOneByteStrings()
2549 cmp(scratch1, kFlatOneByteStringTag | (kFlatOneByteStringTag << kShift)); in JumpIfNotBothSequentialOneByteStrings()
2822 STATIC_ASSERT(Map::EnumLengthBits::kShift == 0); in EnumLength()
/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/vixl/src/aarch32/
Dconstants-aarch32.h108 kShift = 0x4, enumerator
/external/v8/src/crankshaft/
Dlithium.h114 value_ |= index << FixedSlotIndexField::kShift; in LUnallocated()
234 return static_cast<int>(value_) >> FixedSlotIndexField::kShift; in fixed_slot_index()
/external/skia/tools/viewer/sk_app/win/
DWindow_win.cpp141 { VK_SHIFT, Window::Key::kShift }, in get_key()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h1409 ExtractBitRange(dst, src, Field::kShift + Field::kSize - 1, Field::kShift,
1427 int rotate = kSmiShift - Field::kShift; in DecodeFieldToSmi()
/external/v8/src/arm/
Dmacro-assembler-arm.h1346 Ubfx(dst, src, Field::kShift, Field::kSize); in DecodeField()
1356 static const int shift = Field::kShift; in DecodeFieldToSmi()

123