Searched refs:depth (Results 1 – 1 of 1) sorted by relevance
407 int depth; member520 cl->depth = parent ? parent->depth + 1 : 0; in hol_add_cluster()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()746 while (cl1->depth < cl2->depth); in hol_cluster_cmp()
Completed in 7 milliseconds