Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 10 of 10) sorted by relevance

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