Home
last modified time | relevance | path

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

/external/valgrind/helgrind/tests/
Dtc19_shadowmem.c14 int lastoff; member
23 int r, i, firstoff, lastoff, skipoff; in child8() local
27 lastoff = info->lastoff; in child8()
34 for (i = firstoff; i <= lastoff; i += 1) { in child8()
47 int r, i, firstoff, lastoff, skipoff; in child16() local
51 lastoff = info->lastoff; in child16()
58 for (i = firstoff; i <= lastoff; i += 2) { in child16()
71 int r, i, firstoff, lastoff, skipoff; in child32() local
75 lastoff = info->lastoff; in child32()
82 for (i = firstoff; i <= lastoff; i += 4) { in child32()
[all …]
/external/zlib/src/examples/
Dgzappend.c265 off_t lastoff, end; in gzscan() local
291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left; in gzscan()
331 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in; in gzscan()
355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); in gzscan()
/external/python/cpython2/Lib/compiler/
Dpyassem.py607 self.lastoff = 0
621 addr = self.codeOffset - self.lastoff
645 self.lastoff = self.codeOffset