Symbol: PTN_BRANCH_SLOT
common/lib/libc/gen/ptree.c
1023
uintptr_t other_node = PTN_BRANCH_SLOT(parent, other_slot);
common/lib/libc/gen/ptree.c
1075
const uintptr_t node = PTN_BRANCH_SLOT(parent, slot);
common/lib/libc/gen/ptree.c
1076
if (PTN_BRANCH_SLOT(parent, slot) == node)
common/lib/libc/gen/ptree.c
1080
const uintptr_t node = PTN_BRANCH_SLOT(parent, slot);
common/lib/libc/gen/ptree.c
1116
ok = ok && PTN_BRANCH_SLOT(parent, leaf_position) == leaf_node;
common/lib/libc/gen/ptree.c
1147
ok = ok && PTN_BRANCH_SLOT(parent, branch_slot) == PTN_BRANCH(ptn);
common/lib/libc/gen/ptree.c
1171
const uintptr_t node = PTN_BRANCH_SLOT(ptn, slot);
common/lib/libc/gen/ptree.c
216
&PTN_BRANCH_SLOT(parent, ptree_testnode(pt, branch, parent));
common/lib/libc/gen/ptree.c
270
id->id_insertp = &PTN_BRANCH_SLOT(target,
common/lib/libc/gen/ptree.c
315
PTN_BRANCH_SLOT(target, PT_SLOT_ROOT) = node;
common/lib/libc/gen/ptree.c
346
PTN_BRANCH_SLOT(target, id->id_slot) = target_node;
common/lib/libc/gen/ptree.c
347
PTN_BRANCH_SLOT(target, other_slot) = node;
common/lib/libc/gen/ptree.c
589
id.id_insertp = &PTN_BRANCH_SLOT(id.id_parent, id.id_parent_slot);
common/lib/libc/gen/ptree.c
648
const uintptr_t node = PTN_BRANCH_SLOT(parent, parent_slot);
common/lib/libc/gen/ptree.c
755
node = PTN_BRANCH_SLOT(ptn, slot);
common/lib/libc/gen/ptree.c
758
next_node = PTN_BRANCH_SLOT(ptn, slot + 1);
common/lib/libc/gen/ptree.c
764
next_node = PTN_BRANCH_SLOT(ptn, slot - 1);
common/lib/libc/gen/ptree.c
808
node = PTN_BRANCH_SLOT(ptn, slot);
common/lib/libc/gen/ptree.c
840
node = PTN_BRANCH_SLOT(parent, parent_slot);
common/lib/libc/gen/ptree.c
861
PTN_BRANCH_SLOT(parent, parent_slot) =
common/lib/libc/gen/ptree.c
868
nodep = &PTN_BRANCH_SLOT(parent, parent_slot);
common/lib/libc/gen/ptree.c
877
removep = &PTN_BRANCH_SLOT(parent, parent_slot);
common/lib/libc/gen/ptree.c
922
if (PTN_BRANCH(parent) == PTN_BRANCH_SLOT(target, PTN_BRANCH_POSITION(parent))) {
common/lib/libc/gen/ptree.c
961
PTN_BRANCH_SLOT(target, slot) =
common/lib/libc/gen/ptree.c
962
PTN_BRANCH_SLOT(parent, parent_slot ^ PT_SLOT_OTHER);
common/lib/libc/gen/ptree.c
980
PTN_BRANCH_SLOT(parent, slot) = PTN_LEAF(parent);
common/lib/libc/gen/ptree.c
981
PTN_BRANCH_SLOT(parent, other_slot) =
common/lib/libc/gen/ptree.c
982
PTN_BRANCH_SLOT(target, other_slot);