Home
last modified time | relevance | path

Searched defs:allocSize (Results 1 – 13 of 13) 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/gpu/batches/
DGrDrawAtlasBatch.cpp80 size_t allocSize = args.fVerts.count(); in onPrepareDraws() local
109 int allocSize = static_cast<int>(4*vertexStride*spriteCount); in GrDrawAtlasBatch() local
/external/skia/src/core/
DSkColorTable.cpp104 const size_t allocSize = count * sizeof(SkPMColor); in Create() local
DSkPictureFlat.h296 size_t allocSize = sizeof(SkFlatData) + size; in Create() local
/external/libvncserver/libvncclient/
Dvncviewer.c92 uint64_t allocSize; in MallocFrameBuffer() local
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc1034 int allocSize = sizeof(TC_GEN_FLOW) + sizeof(QOS_DS_CLASS) + in SetTrafficControl() local
1075 int allocSize = sizeof(TC_GEN_FLOW) + sizeof(QOS_DS_CLASS) + in SetTrafficControl() 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/libvncserver/libvncserver/
Dscale.c290 int allocSize; in rfbScaledScreenAllocate() local
/external/skia/src/effects/gradients/
DSkGradientShader.cpp36 size_t allocSize = (sizeof(SkColor) + sizeof(SkScalar)) * fCount; in unflatten() local
557 const size_t allocSize = sizeof(uint16_t) * entryCount; in initCache16() local
/external/opencv3/modules/core/src/
Dcuda_stream.cpp98 const size_t allocSize = tip - ptr; in returnMemory() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java134 int allocSize; in UnicodeSetStringSpan() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java138 int allocSize; in UnicodeSetStringSpan() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1324 llvm::Value *allocSize = in EmitCXXNewExpr() local