HomeSort by relevance Sort by last modified time
    Searched refs:kValue (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrTRecorder.h 96 return &ptr[length_of<TItem>::kValue];
100 return &ptr[length_of<TItem>::kValue];
105 enum { kValue = (sizeof(TItem) + sizeof(TAlign) - 1) / sizeof(TAlign) };
120 sk_malloc_throw(sizeof(TAlign) * (length_of<MemBlock>::kValue + length)));
146 return reinterpret_cast<TAlign*>(this)[length_of<MemBlock>::kValue + i];
175 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue);
194 &(*fTailBlock)[fTailBlock->fBack - lastItemLength + length_of<Header>::kValue]);
205 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue);
209 const int totalLength = length_of<Header>::kValue + length_of<TItem>::kValue + dataLength
    [all...]
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 160 static const float kValue = 5632.34f;
161 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
165 static const double kValue = 87987234.983498;
166 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
  /external/v8/src/compiler/
ast-graph-builder.h 285 bool IsValue() const { return kind_ == Expression::kValue; }
340 : AstContext(owner, Expression::kValue) {}
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 463 // Mapping from booleans to types. Similar to boost::bool_<kValue> and
464 // std::integral_constant<bool, kValue>.
465 template <bool kValue>
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 166 kValue,
  /external/v8/src/
hydrogen.h 764 bool IsValue() const { return kind_ == Expression::kValue; }
836 : AstContext(owner, Expression::kValue), flag_(flag) {
    [all...]
ast.h 320 kValue,
    [all...]

Completed in 473 milliseconds