Home
last modified time | relevance | path

Searched refs:firstoff (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/helgrind/tests/
Dtc19_shadowmem.c13 int firstoff; member
23 int r, i, firstoff, lastoff, skipoff; in child8() local
26 firstoff = info->firstoff; in child8()
34 for (i = firstoff; i <= lastoff; i += 1) { in child8()
47 int r, i, firstoff, lastoff, skipoff; in child16() local
50 firstoff = info->firstoff; in child16()
58 for (i = firstoff; i <= lastoff; i += 2) { in child16()
71 int r, i, firstoff, lastoff, skipoff; in child32() local
74 firstoff = info->firstoff; in child32()
82 for (i = firstoff; i <= lastoff; i += 4) { in child32()
[all …]