Lines Matching defs:repeat
3383 int i, size, repeat;
3432 * next, find the repeat count (array dimension)
3434 repeat = pdp->ptr[i].len_offset;
3444 if (repeat > pdp->bytes - sizeof (int)) {
3448 if (repeat >= 0) {
3449 repeat = *((int *)
3450 (intptr_t)((caddr_t)data + repeat));
3452 repeat = -repeat;
3458 size = pdp->ptr[i].size * repeat;