Lines Matching refs:repeat
343 int repeat;
373 * for rvq->colVal[i]. A repeat factor 'repeat' starts out
376 * rvq->colVal[i].val[j] is repeated 'repeat' times.
388 for (i = 0, repeat = 1; i < rvq->numColumns; i++) {
409 * Increment the repeat index 'r'. If >=
410 * 'repeat', reset 'r' and increment the
417 if (r >= repeat) {
424 repeat *= rvq->colVal[i].numVals;
784 * single/rep A single value with repeat == 1
786 * multi[N]/rep M values with repeat == 1
802 if (lval->numVals == 1 && lval->repeat)
804 else if (lval->numVals > 1 && rval->repeat)
929 /* If we're out of values, repeat last one */