Home
last modified time | relevance | path

Searched refs:depth2 (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTBTree.c118 int depth, depth2, corrections; in HTBTree_add() local
219 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()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmacrotab.c229 int depth2 = inclusion_depth (file2); in compare_locations() local
233 while (depth1 > depth2) in compare_locations()
240 while (depth2 > depth1) in compare_locations()
245 depth2--; in compare_locations()