/external/v8/test/cctest/ |
D | test-identity-map.cc | 148 const int kShift = 1099; in TEST() local 152 t.map.Set(t.smi(i), reinterpret_cast<void*>(i + kShift)); in TEST() 156 t.CheckFind(t.smi(i), reinterpret_cast<void*>(i + kShift)); in TEST() 160 t.CheckGet(t.smi(i), reinterpret_cast<void*>(i + kShift)); in TEST() 169 CHECK_EQ(reinterpret_cast<void*>(i + kShift), *entry); in TEST() 189 const int kShift = 1211; in TEST() local 193 t.SimulateGCByIncrementingSmisBy(kShift); in TEST() 194 t.CheckFind(t.smi(kKey + kShift), &t); in TEST() 195 t.CheckGet(t.smi(kKey + kShift), &t); in TEST() 202 const int kShift = 1211; in TEST() local [all …]
|
/external/skia/gm/ |
D | xfermodes2.cpp | 112 int c = y * (1 << kShift); in onOnceBeforeDraw() 126 int c = x * (1 << kShift); in onOnceBeforeDraw() 138 kShift = 2, enumerator 139 kSize = 256 >> kShift,
|
/external/skia/src/core/ |
D | SkPerspIter.h | 38 kShift = 4, enumerator 39 kCount = (1 << kShift)
|
D | SkMatrix.cpp | 1198 dx = (fX - x) >> kShift; in next() 1199 dy = (fY - y) >> kShift; in next()
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | indented_text_unittest.cc | 50 const int kShift = 4; in TEST_F() local 51 text_.AddLineWithOffset(kTestString, kShift); in TEST_F() 52 EXPECT_EQ(string(kShift, ' ') + kTestString + "\n", text_.GetContents()); in TEST_F()
|
/external/aac/libAACenc/src/ |
D | quantize.cpp | 114 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/ |
D | global-handles.h | 443 static const int kShift = 8; variable 444 static const int kSize = 1 << kShift; 450 return &blocks_[index >> kShift][index & kMask]; in GetLocation()
|
D | property-details.h | 350 (READ_ONLY << AttributesField::kShift); 366 STATIC_ASSERT(KindField::kNext == LocationField::kShift); 367 STATIC_ASSERT(TypeField::kShift == KindField::kShift);
|
D | global-handles.cc | 53 STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) == in Node() 55 STATIC_ASSERT(static_cast<int>(IsPartiallyDependent::kShift) == in Node() 57 STATIC_ASSERT(static_cast<int>(IsActive::kShift) == in Node() 1495 int block = size_ >> kShift; in Create()
|
D | utils.h | 281 static const U kShift = shift; 283 static const U kNext = kShift + kSize;
|
D | code-stub-assembler.h | 263 return BitFieldDecode(word32, T::kShift, T::kMask); in BitFieldDecode()
|
/external/v8/src/interpreter/ |
D | source-position-table.cc | 52 static const int kShift = kIntSize * kBitsPerByte - 1; in EncodeInt() local 53 value = ((value << 1) ^ (value >> kShift)); in EncodeInt()
|
/external/v8/src/compiler/ |
D | instruction.h | 191 value_ |= static_cast<int64_t>(index) << FixedSlotIndexField::kShift; in UnallocatedOperand() 274 FixedSlotIndexField::kShift); in fixed_slot_index() 379 value_ |= static_cast<int64_t>(value) << ValueField::kShift; in ImmediateOperand() 386 return static_cast<int64_t>(value_) >> ValueField::kShift; in inline_value() 391 return static_cast<int64_t>(value_) >> ValueField::kShift; in indexed_value() 418 value_ |= static_cast<int64_t>(index) << IndexField::kShift; in LocationOperand() 423 return static_cast<int64_t>(value_) >> IndexField::kShift; in index() 428 return static_cast<int64_t>(value_) >> IndexField::kShift; in register_code()
|
D | linkage.h | 108 ((location << LocationField::kShift) & LocationField::kMask); in LinkageLocation() 113 LocationField::kShift; in GetLocation()
|
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 528 static const int shift = Field::kShift; in DecodeField() 529 static const int mask = Field::kMask >> Field::kShift; in DecodeField() 538 static const int shift = Field::kShift; in DecodeFieldToSmi() 539 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize; in DecodeFieldToSmi()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 537 static const int shift = Field::kShift; in DecodeField() 538 static const int mask = Field::kMask >> Field::kShift; in DecodeField() 547 static const int shift = Field::kShift; in DecodeFieldToSmi() 548 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/v8/src/x64/ |
D | macro-assembler-x64.h | 1171 static const int shift = Field::kShift; in DecodeField() 1172 static const int mask = Field::kMask >> Field::kShift; in DecodeField() 1183 shlp(reg, Immediate(kSmiShift - Field::kShift)); in DecodeFieldToSmi() 1185 static const int shift = Field::kShift; in DecodeFieldToSmi() 1186 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize; in DecodeFieldToSmi()
|
/external/v8/src/ic/ |
D | ic-state.h | 250 << LanguageModeState::kShift;
|
/external/v8/src/crankshaft/ |
D | lithium.h | 114 value_ |= index << FixedSlotIndexField::kShift; in LUnallocated() 234 return static_cast<int>(value_) >> FixedSlotIndexField::kShift; in fixed_slot_index()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 1486 ExtractBitRange(dst, src, Field::kShift + Field::kSize - 1, Field::kShift, 1504 int rotate = kSmiShift - Field::kShift; in DecodeFieldToSmi()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1400 Ubfx(dst, src, Field::kShift, Field::kSize); in DecodeField() 1410 static const int shift = Field::kShift; in DecodeFieldToSmi()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 1680 Ext(dst, src, Field::kShift, Field::kSize); in DecodeField() 1690 static const int shift = Field::kShift; in DecodeFieldToSmi()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 1764 ExtractBitRange(dst, src, Field::kShift + Field::kSize - 1, Field::kShift); in DecodeField()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 1822 Ext(dst, src, Field::kShift, Field::kSize); in DecodeField() 1832 static const int shift = Field::kShift; in DecodeFieldToSmi()
|