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 340 const unsigned int other = which ^ RB_DIR_OTHER;
427 other = which ^ RB_DIR_OTHER;
495 KASSERT(RB_FATHER(self)->rb_nodes[RB_POSITION(self) ^ RB_DIR_OTHER] == grandpa);
563 unsigned int standin_other = standin_which ^ RB_DIR_OTHER;
745 rbt->rbt_minmax[which ^ RB_DIR_OTHER] = son;
811 which = RB_POSITION(self) ^ RB_DIR_OTHER;
831 unsigned int other = which ^ RB_DIR_OTHER;
976 const unsigned int other = direction ^ RB_DIR_OTHER;
1026 const unsigned int other = direction ^ RB_DIR_OTHER;
1143 brother = RB_FATHER(self)->rb_nodes[RB_POSITION(self) ^ RB_DIR_OTHER];
    [all...]
  /src/sys/sys/
rbtree.h 57 #define RB_DIR_OTHER 1
  /src/sys/uvm/
uvm_map.c 424 which = RB_POSITION(&entry->rb_node) ^ RB_DIR_OTHER;

Completed in 26 milliseconds