Searched refs:orig_r (Results 1 – 1 of 1) sorted by relevance
157 struct ma_state *orig_r; /* Original right side of subtree */ member2249 mas_mab_cp(mast->orig_r, 0, mt_slot_count(mast->orig_r->node), in mast_rebalance_next()2251 mast->orig_r->last = mast->orig_r->max; in mast_rebalance_next()2281 struct ma_state r_tmp = *mast->orig_r; in mast_spanning_rebalance()2286 mas_ascend(mast->orig_r); in mast_spanning_rebalance()2289 if (mast->orig_r->offset < mas_data_end(mast->orig_r)) { in mast_spanning_rebalance()2290 mast->orig_r->offset++; in mast_spanning_rebalance()2292 mas_descend(mast->orig_r); in mast_spanning_rebalance()2293 mast->orig_r->offset = 0; in mast_spanning_rebalance()2308 *mast->orig_r = r_tmp; in mast_spanning_rebalance()[all …]