Home
last modified time | relevance | path

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

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