Lines Matching defs:occ
63 set_depth (struct et_occ *occ, int d) in set_depth()
75 set_depth_add (struct et_occ *occ, int d) in set_depth_add()
87 set_prev (struct et_occ *occ, struct et_occ *t) in set_prev()
101 set_next (struct et_occ *occ, struct et_occ *t) in set_next()
115 et_recomp_min (struct et_occ *occ) in et_recomp_min()
140 et_check_occ_sanity (struct et_occ *occ) in et_check_occ_sanity()
170 et_check_sanity (struct et_occ *occ) in et_check_sanity()
182 et_check_tree_sanity (struct et_occ *occ) in et_check_tree_sanity()
203 record_path_before_1 (struct et_occ *occ, int depth) in record_path_before_1()
240 record_path_before (struct et_occ *occ) in record_path_before()
254 check_path_after_1 (struct et_occ *occ, int depth) in check_path_after_1()
287 check_path_after (struct et_occ *occ) in check_path_after()
301 et_splay (struct et_occ *occ) in et_splay()
764 struct et_occ *occ = node->rightmost_occ, *r; in et_root() local