Searched refs:fMaxLastElement (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/private/kernel/util/
H A DMinMaxHeap.h101 int fMaxLastElement; member in class:MinMaxHeap
165 fMaxLastElement(0),
177 fMaxLastElement(0),
197 else if (fMaxLastElement > 0) {
198 ASSERT(fMaxLastElement == 1);
210 if (fMaxLastElement > 0)
253 ASSERT(fMaxLastElement == 1);
273 if (fMaxLastElement == 0) {
294 if (min_c(fMinLastElement, fMaxLastElement) == fSize) {
295 ASSERT(max_c(fMinLastElement, fMaxLastElement)
[all...]

Completed in 37 milliseconds