Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dcu.c250 struct dwfl_cu **nextp; in __libdwfl_nextcu() local
256 nextp = &mod->first_cu; in __libdwfl_nextcu()
262 nextp = &lastcu->next; in __libdwfl_nextcu()
265 if (*nextp == NULL) in __libdwfl_nextcu()
279 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp); in __libdwfl_nextcu()
283 if (*nextp != (void *) -1 in __libdwfl_nextcu()
284 && (*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l) in __libdwfl_nextcu()
285 (*nextp)->next = (void *) -1l; in __libdwfl_nextcu()
288 *cu = *nextp == (void *) -1l ? NULL : *nextp; in __libdwfl_nextcu()
DChangeLog348 (__libdwfl_nextcu): Check *nextp as returned by intern_cu isn't -1.
/external/mesa3d/src/gallium/drivers/nouveau/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/libevent/
Dht-internal.h226 struct type **p, **nextp, *next; \
232 nextp = &(*p)->field.hte_next; \
233 next = *nextp; \
238 p = nextp; \
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.c66 int nextp; in queue_put() local
71 while((nextp = (queue->writep + 1) % queue->size) == queue->readp) in queue_put()
75 queue->writep = nextp; in queue_put()
Dunsquashfs.c201 int nextp; in queue_put() local
205 while((nextp = (queue->writep + 1) % queue->size) == queue->readp) in queue_put()
209 queue->writep = nextp; in queue_put()
/external/elfutils/src/
Dld.h304 #define FILE_PROCESS(fd, file, state, nextp) \ argument
305 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
Dldgeneric.c66 struct usedfiles **nextp);
2185 struct ld_state *statep, struct usedfiles **nextp) in ld_generic_file_process() argument
2190 *nextp = fileinfo->next; in ld_generic_file_process()
2246 *nextp = fileinfo->group_backref; in ld_generic_file_process()
2272 *nextp = fileinfo->next = NULL; in ld_generic_file_process()
2286 *nextp = ld_state.tailarchives->group_backref = in ld_generic_file_process()
2296 *nextp = ld_state.group_start_archive; in ld_generic_file_process()
Dreadelf.c8131 const unsigned char *nextp = data->d_buf + tu_off; in print_gdb_index_section() local
8135 size_t cu_nr = (nextp - readp) / 16; in print_gdb_index_section()
8156 nextp = data->d_buf + addr_off; in print_gdb_index_section()
8160 size_t tu_nr = (nextp - readp) / 24; in print_gdb_index_section()
8185 nextp = data->d_buf + sym_off; in print_gdb_index_section()
8189 size_t addr_nr = (nextp - readp) / 20; in print_gdb_index_section()
8221 nextp = const_start; in print_gdb_index_section()
8222 size_t sym_nr = (nextp - readp) / 8; in print_gdb_index_section()
DChangeLog2342 *nextp. Fix wrong logic in recognizing first iteration of group
/external/libxml2/
Ddict.c798 xmlDictStringsPtr pool, nextp; in xmlDictFree() local
840 nextp = pool->next; in xmlDictFree()
842 pool = nextp; in xmlDictFree()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3401 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment() local
3404 if ((char*)(&(nextp->head)) < old_end) in add_segment()
3405 p = nextp; in add_segment()
/external/dlmalloc/
Dmalloc.c4028 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment() local
4031 if ((char*)(&(nextp->head)) < old_end) in add_segment()
4032 p = nextp; in add_segment()