Searched refs:oldoff (Results 1 – 3 of 3) sorted by relevance
/external/chromium/third_party/libevent/ |
D | buffer.c | 107 size_t oldoff = inbuf->off; in evbuffer_add_buffer() local 119 if (inbuf->off != oldoff && inbuf->cb != NULL) in evbuffer_add_buffer() 120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); in evbuffer_add_buffer() 121 if (oldoff && outbuf->cb != NULL) in evbuffer_add_buffer() 122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg); in evbuffer_add_buffer() 141 size_t oldoff = buf->off; in evbuffer_add_vprintf() local 167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); in evbuffer_add_vprintf() 303 size_t oldoff = buf->off; in evbuffer_add() local 314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); in evbuffer_add() 322 size_t oldoff = buf->off; in evbuffer_drain() local [all …]
|
/external/elfutils/libdw/ |
D | libdw_findcu.c | 108 Dwarf_Off oldoff = dbg->next_cu_offset; local 113 if (INTUSE(dwarf_nextcu) (dbg, oldoff, &dbg->next_cu_offset, NULL, 120 const char *bytes = (dbg->sectiondata[IDX_debug_info]->d_buf + oldoff 132 newp->start = oldoff; 146 dbg->next_cu_offset = oldoff;
|
/external/elfutils/src/ |
D | ldgeneric.c | 6400 XElf_Off oldoff = shdr->sh_offset; in ld_generic_create_outfile() local 6412 assert (oldoff <= shdr->sh_offset); in ld_generic_create_outfile() 6413 addr += shdr->sh_offset - oldoff; in ld_generic_create_outfile()
|