Home
last modified time | relevance | path

Searched refs:nElements (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
DSparseBitSet.cpp90 size_t nElements = (end - (start & ~kElMask) + kElMask) >> kLogBitsPerEl; in initFromRanges() local
91 if (nElements == 1) { in initFromRanges()
96 for (size_t j = 1; j < nElements - 1; j++) { in initFromRanges()
99 mBitmaps[index + nElements - 1] |= kElAllOnes << ((-end) & kElMask); in initFromRanges()
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
Dadj_thr.h33 Word32 nElements);