Searched defs:cl1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c687 hol_cluster_cmp (const struct hol_cluster *cl1, const struct hol_cluster *cl2)
693 while (cl1->depth > cl2->depth)
694 cl1 = cl1->parent;
695 while (cl2->depth > cl1->depth)
700 while (cl1->parent != cl2->parent)
701 cl1 = cl1->parent, cl2 = cl2->parent;
703 return group_cmp (cl1->group, cl2->group, cl2->index - cl1
675 hol_cluster_cmp(const struct hol_cluster *cl1, const struct hol_cluster *cl2) argument
706 hol_cluster_is_child(const struct hol_cluster *cl1, const struct hol_cluster *cl2) argument
[all...]

Completed in 19 milliseconds