HomeSort by relevance Sort by last modified time
    Searched full:lastoff (Results 1 - 6 of 6) sorted by null

  /external/valgrind/helgrind/tests/
tc19_shadowmem.c 14 int lastoff; member in struct:__anon25475
23 int r, i, firstoff, lastoff, skipoff; local
27 lastoff = info->lastoff;
34 for (i = firstoff; i <= lastoff; i += 1) {
47 int r, i, firstoff, lastoff, skipoff; local
51 lastoff = info->lastoff;
58 for (i = firstoff; i <= lastoff; i += 2) {
71 int r, i, firstoff, lastoff, skipoff local
95 int r, i, firstoff, lastoff, skipoff; local
    [all...]
  /external/zlib/src/examples/
gzappend.c 265 off_t lastoff, end; local
291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left;
331 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in;
355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET);
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 607 self.lastoff = 0
621 addr = self.codeOffset - self.lastoff
645 self.lastoff = self.codeOffset
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 607 self.lastoff = 0
621 addr = self.codeOffset - self.lastoff
645 self.lastoff = self.codeOffset
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 607 self.lastoff = 0
621 addr = self.codeOffset - self.lastoff
645 self.lastoff = self.codeOffset
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 607 self.lastoff = 0
621 addr = self.codeOffset - self.lastoff
645 self.lastoff = self.codeOffset

Completed in 724 milliseconds