HomeSort by: relevance | last modified time | path
    Searched refs:RB_DIR_OTHER (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/gen/
rbtree.c 331 const unsigned int other = which ^ RB_DIR_OTHER;
418 other = which ^ RB_DIR_OTHER;
486 KASSERT(RB_FATHER(self)->rb_nodes[RB_POSITION(self) ^ RB_DIR_OTHER] == grandpa);
554 unsigned int standin_other = standin_which ^ RB_DIR_OTHER;
736 rbt->rbt_minmax[which ^ RB_DIR_OTHER] = son;
802 which = RB_POSITION(self) ^ RB_DIR_OTHER;
822 unsigned int other = which ^ RB_DIR_OTHER;
967 const unsigned int other = direction ^ RB_DIR_OTHER;
1017 const unsigned int other = direction ^ RB_DIR_OTHER;
1134 brother = RB_FATHER(self)->rb_nodes[RB_POSITION(self) ^ RB_DIR_OTHER];
    [all...]
  /src/sys/sys/
rbtree.h 52 #define RB_DIR_OTHER 1
  /src/sys/uvm/
uvm_map.c 424 which = RB_POSITION(&entry->rb_node) ^ RB_DIR_OTHER;

Completed in 17 milliseconds