Home | History | Annotate | Download | only in pub

Lines Matching defs:nRepeats

2380          UChar    nRepeats;
2383 /* The access can be repeated, as specified by nRepeats and
2384 repeatLen. To describe only a single access, nRepeats and
2388 size, nRepeats, repeatLen) is
2390 and, if nRepeats > 0,
2391 for (i = 1; i <= nRepeats; i++)
2394 for (i = 0; i < 1 + nRepeats; i++)