Home
last modified time | relevance | path

Searched refs:__child (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_algo.h2812 for (_Distance __child = 1; __child < __n; ++__child) { in __is_heap() local
2813 if (__first[__parent] < __first[__child]) in __is_heap()
2815 if ((__child & 1) == 0) in __is_heap()
2826 for (_Distance __child = 1; __child < __n; ++__child) { in __is_heap() local
2827 if (__comp(__first[__parent], __first[__child])) in __is_heap()
2829 if ((__child & 1) == 0) in __is_heap()