Searched defs:nRepeats (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dir_opt.c5646 Int nRepeats = d->fxState[i].nRepeats; local
5650 offset + nRepeats * repeatLen + size - 1,
5655 offset + nRepeats * repeatLen + size - 1);
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h2380 UChar nRepeats; member in struct:_IRDirty::__anon15763
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++)

Completed in 136 milliseconds