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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_heap.h73 _Distance __parent = 0; local
76 if (__first[__parent] < __first[__child])
79 ++__parent;
90 _Distance __parent = 0; local
93 if (__comp(__first[__parent], __first[__child]))
96 ++__parent;
133 _Distance __parent = (__holeIndex - 1) / 2; local
134 while (__holeIndex > __topIndex && *(__first + __parent) < __value)
136 *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __parent));
137 __holeIndex = __parent;
179 _Distance __parent = (__holeIndex - 1) / 2; local
390 _DistanceType __parent = (__len - 2) / 2; local
430 _DistanceType __parent = (__len - 2) / 2; local
[all...]

Completed in 122 milliseconds