Searched refs:__holeIndex (Results 1 – 2 of 2) sorted by relevance
76 __holeIndex = __parent; in __push_heap()77 __parent = (__holeIndex - 1) / 2; in __push_heap()79 *(__first + __holeIndex) = __value; in __push_heap()109 __holeIndex = __parent; in __push_heap()110 __parent = (__holeIndex - 1) / 2; in __push_heap()112 *(__first + __holeIndex) = __value; in __push_heap()138 _Distance __topIndex = __holeIndex; in __adjust_heap()144 __holeIndex = __secondChild; in __adjust_heap()149 __holeIndex = __secondChild - 1; in __adjust_heap()190 __holeIndex = __secondChild; in __adjust_heap()[all …]
124 __holeIndex = __parent; in __push_heap()125 __parent = (__holeIndex - 1) / 2; in __push_heap()127 *(__first + __holeIndex) = __value; in __push_heap()166 while (__holeIndex > __topIndex in __push_heap()170 __holeIndex = __parent; in __push_heap()171 __parent = (__holeIndex - 1) / 2; in __push_heap()173 *(__first + __holeIndex) = __value; in __push_heap()219 __holeIndex = __secondChild; in __adjust_heap()225 __holeIndex = __secondChild - 1; in __adjust_heap()283 __holeIndex = __secondChild; in __adjust_heap()[all …]