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

/haiku/headers/private/kernel/util/
H A DMinMaxHeap.h98 int fMinLastElement; member in class:MinMaxHeap
163 fMinLastElement(0),
175 fMinLastElement(0),
195 if (fMinLastElement > 0)
212 else if (fMinLastElement > 0) {
213 ASSERT(fMinLastElement == 1);
252 if (fMinLastElement == 0) {
274 ASSERT(fMinLastElement == 1);
294 if (min_c(fMinLastElement, fMaxLastElement) == fSize) {
295 ASSERT(max_c(fMinLastElement, fMaxLastElemen
[all...]

Completed in 37 milliseconds