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

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_heap.h74 _Distance __parent = 0; local
77 if (__first[__parent] < __first[__child])
80 ++__parent;
91 _Distance __parent = 0; local
94 if (__comp(__first[__parent], __first[__child]))
97 ++__parent;
120 _Distance __parent = (__holeIndex - 1) / 2; local
121 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
123 *(__first + __holeIndex) = *(__first + __parent);
124 __holeIndex = __parent;
165 _Distance __parent = (__holeIndex - 1) / 2; local
361 _DistanceType __parent = (__len - 2) / 2; local
401 _DistanceType __parent = (__len - 2) / 2; local
[all...]

Completed in 88 milliseconds