Searched refs:depth2 (Results 1 – 2 of 2) sorted by relevance
118 int depth, depth2, corrections; in HTBTree_add() local219 depth2 = father_of_forefather->left_depth; in HTBTree_add()225 depth2 = father_of_forefather->right_depth; in HTBTree_add()229 } while ((depth != depth2) && (father_of_forefather != NULL)); in HTBTree_add()305 depth2 = father_of_forefather->left_depth; in HTBTree_add()317 depth2 = father_of_forefather->right_depth; in HTBTree_add()321 } while ((depth != depth2) && in HTBTree_add()396 depth2 = father_of_forefather->left_depth; in HTBTree_add()408 depth2 = father_of_forefather->right_depth; in HTBTree_add()412 } while ((depth != depth2) && in HTBTree_add()
229 int depth2 = inclusion_depth (file2); in compare_locations() local233 while (depth1 > depth2) in compare_locations()240 while (depth2 > depth1) in compare_locations()245 depth2--; in compare_locations()