Searched refs:other_child (Results 1 – 2 of 2) sorted by relevance
391 struct wl_event_source_timer *child, *other_child; in heap_sift_down() local406 other_child = data[lchild_idx + 1]; in heap_sift_down()407 if (time_lt(other_child->deadline, child->deadline)) in heap_sift_down()408 child = other_child; in heap_sift_down()
577 other_child = ttk.Label(self.paned)578 self.paned.add(other_child)582 other_child.destroy()