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

/external/valgrind/helgrind/tests/
H A Dtc19_shadowmem.c14 int lastoff; member in struct:__anon16354
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, skipof local
95 int r, i, firstoff, lastoff, skipoff; local
[all...]
/external/zlib/src/examples/
H A Dgzappend.c265 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);

Completed in 107 milliseconds