Searched refs:left_child (Results 1 – 2 of 2) sorted by relevance
15 static inline int left_child(int i) in left_child() function32 if (left_child(idx) >= cp->size) in cpudl_heapify_down()39 l = left_child(idx); in cpudl_heapify_down()
432 let left_child = unsafe { (*node).rb_left }; in cursor_lower_bound() localVariable455 node = left_child; in cursor_lower_bound()