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)
47 while (__holeIndex > __topIndex && *(__first + __parent) < __value) {
76 _Distance __topIndex, _Tp __value, _Compare __comp)
79 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __value)) {
112 _Distance __topIndex = __holeIndex; local
125 __push_heap(__first, __holeIndex, __topIndex, __value);
159 _Distance __topIndex = __holeIndex; local
172 __push_heap(__first, __holeIndex, __topIndex, __value, __comp);
43 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value) argument
75 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument

Completed in 31 milliseconds