Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp715 for (int i = bitMask.getMaxTrue(startSearchIdx); i >= 0; i = bitMask.getMaxTrue(i-1)) { in regularCleanup()
724 i = bitMask.getMaxTrue(startSearchIdx)+1; in regularCleanup()
H A Dtbbmalloc_internal.h233 int getMaxTrue(unsigned startIdx) const { in getMaxTrue() function