Searched refs:__topIndex (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _heap.c | 43 _Distance __holeIndex, _Distance __topIndex, _Tp __val) in __push_heap() argument 46 while (__holeIndex > __topIndex && *(__first + __parent) < __val) { in __push_heap() 77 _Distance __topIndex, _Tp __val, _Compare __comp) in __push_heap() argument 80 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __val)) { in __push_heap() 113 _Distance __topIndex = __holeIndex; in __adjust_heap() local 126 __push_heap(__first, __holeIndex, __topIndex, __val); in __adjust_heap() 149 _Distance __topIndex = __holeIndex; in __adjust_heap() local 165 __push_heap(__first, __holeIndex, __topIndex, __val, __comp); in __adjust_heap()
|