Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h72 Index allocSize = (size * sizeof(ListEl) + sizeof(Scalar) - 1)/sizeof(Scalar); in reallocate() local
90 Index allocSize = m_allocatedElements * sizeof(ListEl); in reallocateSparse() local
/external/skia/src/core/
DSkColorTable.cpp72 size_t allocSize = fCount * sizeof(SkPMColor); in SkColorTable() local
DSkPictureFlat.h280 size_t allocSize = sizeof(SkFlatData) + size; in Create() local
/external/icu/icu4c/source/common/
Dunisetspan.cpp266 int32_t allocSize; in UnicodeSetStringSpan() local
407 int32_t allocSize=stringsLength*(4+1+1+1+1)+utf8Length; in UnicodeSetStringSpan() local
/external/skia/src/effects/gradients/
DSkGradientShader.cpp35 size_t allocSize = (sizeof(SkColor) + sizeof(SkScalar)) * fCount; in unflatten() local
536 const size_t allocSize = sizeof(uint16_t) * entryCount; in initCache16() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java134 int allocSize; in UnicodeSetStringSpan() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1261 llvm::Value *allocSize = in EmitCXXNewExpr() local
/external/skia/src/gpu/
DGrAtlasTextContext.cpp1941 int allocSize = otherInstanceCount + fInstanceCount; in onCombineIfPossible() local