Searched refs:left_child (Results 1 – 2 of 2) sorted by relevance
16 static inline int left_child(int i) in left_child() function33 if (left_child(idx) >= cp->size) in cpudl_heapify_down()40 l = left_child(idx); in cpudl_heapify_down()
502 let left_child = unsafe { (*node).rb_left }; find_best_match() localVariable