Home
last modified time | relevance | path

Searched refs:cl1 (Results 1 – 1 of 1) sorted by relevance

/argp/
A Dargp-help.c695 return cl2->index - cl1->index; in hol_sibling_cluster_cmp()
704 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()
734 cl1 = cl1->parent; 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()
746 while (cl1->depth < cl2->depth); in hol_cluster_cmp()
1166 while (cl1 && cl1 != cl2) in hol_cluster_is_child()
1167 cl1 = cl1->parent; in hol_cluster_is_child()
[all …]

Completed in 8 milliseconds