HomeSort by relevance Sort by last modified time
    Searched refs:AVL_MKINDEX (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
avl_impl.h 138 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.h 156 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
fb_avl.c 273 *where = AVL_MKINDEX(prev, child);
607 avl_insert(tree, new_data, AVL_MKINDEX(node, child));
  /onnv/onnv-gate/usr/src/common/avl/
avl.c 270 *where = AVL_MKINDEX(prev, child);
613 avl_insert(tree, new_data, AVL_MKINDEX(node, child));

Completed in 180 milliseconds