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

/external/stlport/stlport/stl/
H A D_heap.c43 _Distance __holeIndex, _Distance __topIndex, _Tp __val)
46 while (__holeIndex > __topIndex && *(__first + __parent) < __val) {
77 _Distance __topIndex, _Tp __val, _Compare __comp)
80 while (__holeIndex > __topIndex && __comp(*(__first + __parent), __val)) {
113 _Distance __topIndex = __holeIndex; local
126 __push_heap(__first, __holeIndex, __topIndex, __val);
149 _Distance __topIndex = __holeIndex; local
165 __push_heap(__first, __holeIndex, __topIndex, __val, __comp);
42 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __val) argument
76 __push_heap(_RandomAccessIterator __first, _Distance __holeIndex, _Distance __topIndex, _Tp __val, _Compare __comp) argument

Completed in 73 milliseconds