Searched refs:cl2 (Results 1 – 1 of 1) sorted by relevance
687 const struct hol_cluster *cl2) in hol_sibling_cluster_cmp() argument695 return cl2->index - cl1->index; in hol_sibling_cluster_cmp()702 const struct hol_cluster *cl2) in hol_cousin_cluster_cmp() argument704 if (cl1->parent == cl2->parent) in hol_cousin_cluster_cmp()719 return cl2->index - cl1->index; in hol_cousin_cluster_cmp()731 if (cl1->depth > cl2->depth) in hol_cluster_cmp()735 while (cl1->depth > cl2->depth); in hol_cluster_cmp()742 else if (cl1->depth < cl2->depth) in hol_cluster_cmp()745 cl2 = cl2->parent; in hol_cluster_cmp()1166 while (cl1 && cl1 != cl2) in hol_cluster_is_child()[all …]
Completed in 7 milliseconds