Home
last modified time | relevance | path

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

/haiku/src/system/kernel/util/
H A DBitmap.cpp122 size_t curCount = 1; in GetLowestContiguousClear() local
123 while (curCount < count && Get(index + curCount)) in GetLowestContiguousClear()
124 curCount++; in GetLowestContiguousClear()
126 if (curCount == count) in GetLowestContiguousClear()
129 fromIndex = index + curCount; in GetLowestContiguousClear()