Searched refs:nextp (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/libdwfl/ |
D | cu.c | 250 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()
|
D | ChangeLog | 348 (__libdwfl_nextcu): Check *nextp as returned by intern_cu isn't -1.
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.cpp | 114 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/ |
D | ht-internal.h | 226 struct type **p, **nextp, *next; \ 232 nextp = &(*p)->field.hte_next; \ 233 next = *nextp; \ 238 p = nextp; \
|
/external/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.c | 66 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()
|
D | unsquashfs.c | 201 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/ |
D | ld.h | 304 #define FILE_PROCESS(fd, file, state, nextp) \ argument 305 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
|
D | ldgeneric.c | 66 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()
|
D | readelf.c | 8131 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()
|
D | ChangeLog | 2342 *nextp. Fix wrong logic in recognizing first iteration of group
|
/external/libxml2/ |
D | dict.c | 798 xmlDictStringsPtr pool, nextp; in xmlDictFree() local 840 nextp = pool->next; in xmlDictFree() 842 pool = nextp; in xmlDictFree()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3401 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/ |
D | malloc.c | 4028 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()
|