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

/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_heap.h71 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
74 while (__holeIndex > __topIndex && *(__first + __parent) < __value) {
104 _Distance __topIndex, _Tp __value, _Compare __comp)
107 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __value)) {
138 _Distance __topIndex = __holeIndex; local
151 __push_heap(__first, __holeIndex, __topIndex, __value);
184 _Distance __topIndex = __holeIndex; local
197 __push_heap(__first, __holeIndex, __topIndex, __value, __comp);
70 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value) argument
103 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_heap.h118 _Distance __holeIndex, _Distance __topIndex, _Tp __value)
121 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
163 _Distance __topIndex, _Tp __value, _Compare __comp)
166 while (__holeIndex > __topIndex
212 const _Distance __topIndex = __holeIndex; local
227 std::__push_heap(__first, __holeIndex, __topIndex, __value);
275 const _Distance __topIndex = __holeIndex; local
291 std::__push_heap(__first, __holeIndex, __topIndex, __value, __comp);
117 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value) argument
162 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __value, _Compare __comp) argument

Completed in 177 milliseconds