Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTBTree.c156 tree->top->right_depth = 0; in HTBTree_add()
184 added_element->right_depth = 0; in HTBTree_add()
203 added_element->right_depth = 0; in HTBTree_add()
217 + MAXIMUM(forefather_of_element->right_depth, in HTBTree_add()
221 depth = father_of_forefather->right_depth; in HTBTree_add()
222 father_of_forefather->right_depth = 1 in HTBTree_add()
223 + MAXIMUM(forefather_of_element->right_depth, in HTBTree_add()
225 depth2 = father_of_forefather->right_depth; in HTBTree_add()
238 - father_of_element->right_depth)) < 2) { in HTBTree_add()
278 && (father_of_element->left_depth > father_of_element->right_depth)) { in HTBTree_add()
[all …]
DHTBTree.h32 int right_depth; member