Searched refs:jsw_single (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/bintrees/bintrees/
H A Drbtree.py78 def jsw_single(root, direction): function
90 root[other_side] = jsw_single(root[other_side], other_side)
91 return jsw_single(root, direction)
182 grand_grand_parent[direction2] = jsw_single(grand_parent, 1 - last)
233 parent[last] = jsw_single(node, direction)
248 grand_parent[direction2] = jsw_single(parent, last)
H A Davltree.py74 def jsw_single(root, direction): function
89 root[other_side] = jsw_single(root[other_side], other_side)
90 return jsw_single(root, direction)
193 node_stack[top] = jsw_single(topnode, other_side)
294 node_stack[top] = jsw_single(topnode, direction)

Completed in 56 milliseconds