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

/external/stlport/stlport/stl/
H A D_heap.h49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val);
68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
79 __adjust_heap(__first, _Distance(0), _Distance(__last - __first),
H A D_heap.c111 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, function
146 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, function
198 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)));
224 __adjust_heap(__first, __parent, __len, _Tp(*(__first + __parent)),
H A D_algo.c1272 __adjust_heap(__result_first, _Distance(0),

Completed in 72 milliseconds