Searched refs:nextSetBit (Results 1 – 9 of 9) sorted by relevance
158 while ((index = removed.nextSetBit(index + 1)) != -1) { in checkHotplug()181 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
241 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
66 uint32_t nextSetBit(uint32_t fromIndex) const;
132 uint32_t SparseBitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit() function in minikin::SparseBitSet
90 lastChar.push_back(coverage.nextSetBit(0)); in init()114 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
9342 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()9343 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()9357 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()9358 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()
649 int uidRangeIndex = mAvailableUidRanges.nextSetBit(0); in getOrCreateIsolatedUidRangeLocked()
47795 method public int nextSetBit(int);
27561 HSPLjava/util/BitSet;->nextSetBit(I)I