Searched refs:oldoff (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libevent/
H A Dbuffer.c107 size_t oldoff = inbuf->off; local
116 * buffer if necessary of the changes. oldoff is the amount
119 if (inbuf->off != oldoff && inbuf->cb != NULL)
120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg);
121 if (oldoff && outbuf->cb != NULL)
122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg);
141 size_t oldoff = buf->off; local
167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg);
303 size_t oldoff = buf->off; local
314 (*buf->cb)(buf, oldoff, bu
322 size_t oldoff = buf->off; local
353 size_t oldoff = buf->off; local
[all...]
/external/elfutils/0.153/libdw/
H A Dlibdw_findcu.c69 Dwarf_Off oldoff = *offsetp; local
77 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL,
96 newp->start = oldoff;
163 Dwarf_Off oldoff = *next_offset; local
172 *next_offset = oldoff;
/external/elfutils/0.153/src/
H A Dldgeneric.c6397 XElf_Off oldoff = shdr->sh_offset; local
6409 assert (oldoff <= shdr->sh_offset);
6410 addr += shdr->sh_offset - oldoff;

Completed in 1064 milliseconds