Lines Matching defs:offset_end
1303 wr_mas->offset_end = mas->offset;
1720 wr_mas->offset_end = mas->offset = offset;
2124 r_wr_mas->slots[r_wr_mas->offset_end]);
2151 cp->data += r_wr_mas->mas->end - r_wr_mas->offset_end;
2432 if (r_wr_mas->mas->end != r_wr_mas->offset_end)
2433 append_wr_mas_cp(cp, r_wr_mas, r_wr_mas->offset_end + 1,
2707 wr_mas->offset_end = parent->offset + 1;
2711 wr_mas->offset_end = parent->offset;
3127 unsigned char dst_offset, offset_end;
3139 offset_end = wr_mas->offset_end;
3142 new_end = mas->end + 1 - offset_end + mas->offset;
3144 offset_end++; /* don't copy this offset */
3181 if (offset_end > mas->end)
3186 copy_size = mas->end - offset_end + 1;
3187 memcpy(dst_slots + dst_offset, wr_mas->slots + offset_end,
3189 memcpy(dst_pivots + dst_offset, wr_mas->pivots + offset_end,
3224 if (wr_mas->offset_end - offset == 1) {
3261 if (!wr_mas->slots[wr_mas->offset_end]) {
3267 (mas->end != wr_mas->offset_end) &&
3268 !wr_mas->slots[wr_mas->offset_end + 1]) {
3269 wr_mas->offset_end++;
3270 if (wr_mas->offset_end == mas->end)
3273 mas->last = wr_mas->pivots[wr_mas->offset_end];
3295 while ((wr_mas->offset_end < wr_mas->mas->end) &&
3296 (wr_mas->mas->last > wr_mas->pivots[wr_mas->offset_end]))
3297 wr_mas->offset_end++;
3299 if (wr_mas->offset_end < wr_mas->mas->end)
3300 wr_mas->end_piv = wr_mas->pivots[wr_mas->offset_end];
3310 new_end -= wr_mas->offset_end - mas->offset;
3388 wr_mas->offset_end = parent->offset;
3395 wr_mas->offset_end++;
3697 (wr_mas->offset_end - mas->offset == 1)))
3762 wr_mas.offset_end = mas->offset;
7040 wr_mas->type, wr_mas->offset_end, wr_mas->mas->end,