Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_algo.c1971 for (_Distance __child = 1; __child < __n; ++__child) { in __is_heap() local
1972 if (__comp(__first[__parent], __first[__child])) { in __is_heap()
1973 …_STLP_VERBOSE_ASSERT(!__comp(__first[__child], __first[__parent]), _StlMsg_INVALID_STRICT_WEAK_PRE… in __is_heap()
1976 if ((__child & 1) == 0) in __is_heap()