Searched refs:nextp (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Dcu.c257 struct dwfl_cu **nextp; local
263 nextp = &mod->first_cu;
269 nextp = &lastcu->next;
272 if (*nextp == NULL)
286 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);
290 if ((*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l)
291 (*nextp)->next = (void *) -1l;
294 *cu = *nextp == (void *) -1l ? NULL : *nextp;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp114 Range *r, **nextp = &head; local
126 nextp = &r->next;
148 (*nextp) = new Range(a, b);
149 (*nextp)->next = r;
151 for (r = (*nextp); r->next; r = r->next);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp114 Range *r, **nextp = &head; local
126 nextp = &r->next;
148 (*nextp) = new Range(a, b);
149 (*nextp)->next = r;
151 for (r = (*nextp); r->next; r = r->next);
/external/elfutils/0.153/src/
H A Dld.h312 #define FILE_PROCESS(fd, file, state, nextp) \
313 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
H A Dreadelf.c7165 const unsigned char *nextp = data->d_buf + tu_off; local
7166 size_t nr = (nextp - readp) / 16;
7187 nextp = data->d_buf + addr_off;
7188 nr = (nextp - readp) / 24;
7213 nextp = data->d_buf + sym_off;
7214 nr = (nextp - readp) / 20;
7240 nextp = data->d_buf + const_off;
7241 nr = (nextp - readp) / 8;
H A Dldgeneric.c74 struct usedfiles **nextp);
2193 struct ld_state *statep, struct usedfiles **nextp)
2198 *nextp = fileinfo->next;
2254 *nextp = fileinfo->group_backref;
2280 *nextp = fileinfo->next = NULL;
2294 *nextp = ld_state.tailarchives->group_backref =
2304 *nextp = ld_state.group_start_archive;
2192 ld_generic_file_process(int fd, struct usedfiles *fileinfo, struct ld_state *statep, struct usedfiles **nextp) argument
/external/chromium_org/third_party/libxml/src/
H A Ddict.c664 xmlDictStringsPtr pool, nextp; local
706 nextp = pool->next;
708 pool = nextp;
/external/libxml2/
H A Ddict.c766 xmlDictStringsPtr pool, nextp; local
808 nextp = pool->next;
810 pool = nextp;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3346 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
3349 if ((char*)(&(nextp->head)) < old_end)
3350 p = nextp;

Completed in 188 milliseconds