Lines Matching refs:depth1
152 int depth1, depth2;
370 for (depth1 = 0, cur = node1; cur->parent != NULL; cur = cur->parent) {
373 depth1++;
384 while (depth1 > depth2) {
385 depth1--;
388 while (depth2 > depth1) {
3275 int depth1, depth2;
3350 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
3353 depth1++;
3364 while (depth1 > depth2) {
3365 depth1--;
3368 while (depth2 > depth1) {