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

/external/valgrind/main/VEX/priv/
H A Dir_opt.c5512 Int nRepeats = d->fxState[i].nRepeats; local
5516 offset + nRepeats * repeatLen + size - 1)) {
5520 offset + nRepeats * repeatLen + size - 1);
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2232 UChar nRepeats; member in struct:_IRDirty::__anon32301
2235 /* The access can be repeated, as specified by nRepeats and
2236 repeatLen. To describe only a single access, nRepeats and
2240 size, nRepeats, repeatLen) is
2242 and, if nRepeats > 0,
2243 for (i = 1; i <= nRepeats; i++)
2246 for (i = 0; i < 1 + nRepeats; i++)

Completed in 204 milliseconds