Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTBTree.c154 tree->top->left_depth = 0; in HTBTree_add()
182 added_element->left_depth = 0; in HTBTree_add()
201 added_element->left_depth = 0; in HTBTree_add()
215 depth = father_of_forefather->left_depth; in HTBTree_add()
216 father_of_forefather->left_depth = 1 in HTBTree_add()
218 forefather_of_element->left_depth); in HTBTree_add()
219 depth2 = father_of_forefather->left_depth; in HTBTree_add()
224 forefather_of_element->left_depth); in HTBTree_add()
237 if ((abs(father_of_element->left_depth in HTBTree_add()
278 && (father_of_element->left_depth > father_of_element->right_depth)) { in HTBTree_add()
[all …]
DHTBTree.h30 int left_depth; member