Searched refs:getMaxTrue (Results 1 – 2 of 2) sorted by relevance
715 for (int i = bitMask.getMaxTrue(startSearchIdx); i >= 0; i = bitMask.getMaxTrue(i-1)) { in regularCleanup()724 i = bitMask.getMaxTrue(startSearchIdx)+1; in regularCleanup()
233 int getMaxTrue(unsigned startIdx) const { in getMaxTrue() function