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

/haiku/headers/private/kernel/util/
H A DHeap.h100 static Compare sCompare; member in class:Heap
217 if (sCompare(newKey, oldKey))
219 else if (sCompare(oldKey, newKey))
298 && sCompare(link->fKey, sGetLink(fElements[parent])->fKey)) {
324 && sCompare(sGetLink(fElements[child])->fKey, link->fKey)) {
330 && sCompare(sGetLink(fElements[child])->fKey,
350 Compare HEAP_CLASS_NAME::sCompare; member in class:HEAP_CLASS_NAME
H A DMinMaxHeap.h105 static Compare sCompare; member in class:MinMaxHeap
238 if (!sCompare(newKey, oldKey) && !sCompare(oldKey, newKey))
241 if (sCompare(newKey, oldKey) ^ !link->fMinTree)
357 bool isSmaller = sCompare(link->fKey, sGetLink(tree[parent])->fKey);
386 bool isSmaller = sCompare(sGetLink(tree[child])->fKey, link->fKey);
393 bool isSmaller = sCompare(sGetLink(tree[child])->fKey,
446 bool isSmaller = sCompare(predecessorLink->fKey, link->fKey);
496 Compare MIN_MAX_HEAP_CLASS_NAME::sCompare;

Completed in 209 milliseconds