Home
last modified time | relevance | path

Searched refs:kValue (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/
DGrTRecorder.h96 return &ptr[length_of<TItem>::kValue]; in GetDataForItem()
100 return &ptr[length_of<TItem>::kValue]; in GetDataForItem()
105 enum { kValue = (sizeof(TItem) + sizeof(TAlign) - 1) / sizeof(TAlign) }; enumerator
120 sk_malloc_throw(sizeof(TAlign) * (length_of<MemBlock>::kValue + length))); in Alloc()
146 return reinterpret_cast<TAlign*>(this)[length_of<MemBlock>::kValue + i];
175 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue); in pop_back()
194 &(*fTailBlock)[fTailBlock->fBack - lastItemLength + length_of<Header>::kValue]); in pop_back()
205 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue); in alloc_back()
209 const int totalLength = length_of<Header>::kValue + length_of<TItem>::kValue + dataLength; in alloc_back()
225 &(*fTailBlock)[fTailBlock->fBack + length_of<Header>::kValue]); in alloc_back()
[all …]
/external/llvm/unittests/Support/
DMathExtrasTest.cpp160 static const float kValue = 5632.34f; in TEST() local
161 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
165 static const double kValue = 87987234.983498; in TEST() local
166 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
/external/v8/src/compiler/
Dast-graph-builder.h285 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue()
340 : AstContext(owner, Expression::kValue) {} in AstValueContext()
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h166 kValue, enumerator
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h465 template <bool kValue>
/external/v8/src/
Dhydrogen.h764 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue()
836 : AstContext(owner, Expression::kValue), flag_(flag) { in ValueContext()
Dast.h320 kValue, enumerator