ptree.c | 333 const pt_slot_t other_slot = id->id_slot ^ PT_SLOT_OTHER; local in function:ptree_insert_branch_at_node 347 PTN_BRANCH_SLOT(target, other_slot) = node; 351 ptree_set_position(node, other_slot); 930 const pt_slot_t other_slot = slot ^ PT_SLOT_OTHER; local in function:ptree_remove_node 981 PTN_BRANCH_SLOT(parent, other_slot) = 982 PTN_BRANCH_SLOT(target, other_slot); 1022 const pt_slot_t other_slot = parent_slot ^ PT_SLOT_OTHER; local in function:ptree_remove_node 1023 uintptr_t other_node = PTN_BRANCH_SLOT(parent, other_slot);
|