Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_heap.h44 _Distance __holeIndex, _Distance __topIndex, _Tp __value) in __push_heap() argument
47 while (__holeIndex > __topIndex && *(__first + __parent) < __value) { in __push_heap()
76 _Distance __topIndex, _Tp __value, _Compare __comp) in __push_heap() argument
79 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __value)) { in __push_heap()
112 _Distance __topIndex = __holeIndex; in __adjust_heap() local
125 __push_heap(__first, __holeIndex, __topIndex, __value); in __adjust_heap()
159 _Distance __topIndex = __holeIndex; in __adjust_heap() local
172 __push_heap(__first, __holeIndex, __topIndex, __value, __comp); in __adjust_heap()