Searched refs:nextSetBit (Results 1 – 13 of 13) sorted by relevance
263 for (int downstream = mCurrentDownstreams.nextSetBit(0); downstream >= 0; in maybeRunProvisioning()264 downstream = mCurrentDownstreams.nextSetBit(downstream + 1)) { in maybeRunProvisioning()522 for (int type = mCurrentDownstreams.nextSetBit(0); type >= 0; in dump()523 type = mCurrentDownstreams.nextSetBit(type + 1)) { in dump()539 for (int type = mExemptedDownstreams.nextSetBit(0); type >= 0; in dump()540 type = mExemptedDownstreams.nextSetBit(type + 1)) { in dump()
157 while ((index = removed.nextSetBit(index + 1)) != -1) { in checkHotplug()180 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
238 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
61 uint32_t nextSetBit(uint32_t fromIndex) const;
708 for (int bit = keyMgmt.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantKeyMgmtMask()709 bit = keyMgmt.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantKeyMgmtMask()763 for (int bit = protoMask.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantProtoMask()764 bit = protoMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantProtoMask()785 for (int bit = authAlgMask.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantAuthAlgMask()786 bit = authAlgMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantAuthAlgMask()807 for (int bit = groupCipherMask.nextSetBit(0); bit != -1; bit = in wifiConfigurationToSupplicantGroupCipherMask()808 groupCipherMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantGroupCipherMask()841 for (int bit = groupMgmtCipherMask.nextSetBit(0); bit != -1; bit = in wifiConfigurationToSupplicantGroupMgmtCipherMask()842 groupMgmtCipherMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantGroupMgmtCipherMask()[all …]
72 lastChar.push_back(coverage.nextSetBit(0)); in init()95 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
107 uint32_t SparseBitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit() function in minikin::SparseBitSet
2150 int nextSetBit = -1; in writeBitSet() local2154 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) { in writeBitSet()2155 dest.writeInt(nextSetBit); in writeBitSet()
527 int uidRangeIndex = mAvailableUidRanges.nextSetBit(0); in getOrCreateIsolatedUidRangeLocked()
28519 HSPLjava/util/BitSet;->nextSetBit(I)I
47795 method public int nextSetBit(int);
70673 method public int nextSetBit(int);
70817 method public int nextSetBit(int);