Lines Matching full:depth1
2978 int depth1, depth2;
3053 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
3056 depth1++;
3067 while (depth1 > depth2) {
3068 depth1--;
3071 while (depth2 > depth1) {
3127 int depth1, depth2;
3345 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
3348 depth1++;
3359 while (depth1 > depth2) {
3360 depth1--;
3363 while (depth2 > depth1) {