HomeSort by relevance Sort by last modified time
    Searched defs:avl_child (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
avl_impl.h 62 struct avl_node *avl_child[2]; /* left/right children */ member in struct:avl_node
64 unsigned short avl_child_index; /* my index in parent's avl_child[] */
91 struct avl_node *avl_child[2]; /* left/right children nodes */ member in struct:avl_node
105 * index of this node in its parent's avl_child[]: bit #2
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.h 80 struct avl_node *avl_child[2]; /* left/right children */ member in struct:avl_node
82 unsigned short avl_child_index; /* my index in parent's avl_child[] */
109 struct avl_node *avl_child[2]; /* left/right children nodes */ member in struct:avl_node
123 * index of this node in its parent's avl_child[]: bit #2

Completed in 240 milliseconds