Home
last modified time | relevance | path

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

/applications/standard/launcher/common/src/main/ets/default/utils/
DBitSet.ts31 const allocSize = Math.ceil(size / BitSet.NUMBER_BITS_NUM); constant
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/
DAmbiVector.h76 Index allocSize = (size * sizeof(ListEl) + sizeof(Scalar) - 1)/sizeof(Scalar); in reallocate() local
94 Index allocSize = m_allocatedElements * sizeof(ListEl); in reallocateSparse() local