Lines Matching defs:mas_end
746 int mas_ce2_over_count(struct ma_state *mas_start, struct ma_state *mas_end,
759 entry = mas_next(&tmp, mas_end->last);
768 entry = mas_next(&tmp, mas_end->last);
773 if (e_entry && (e_max > mas_end->last))
780 bool esplit = e_max > mas_end->last;
996 MA_STATE(mas_end, mt, set[i+2], set[i+2]);
1004 e_entry = mas_range_load(&mas_end, &e_min, &e_max);
1013 } else if ((mas_start.node != mas_end.node) ||
1014 (mas_start.offset != mas_end.offset)) {
1016 mas_ce2_over_count(&mas_start, &mas_end,
1034 if (e_max > mas_end.last)
1045 mas_ce2_over_count(&mas_start, &mas_end,