Searched refs:nextp (Results 1 - 10 of 10) sorted by relevance
/external/elfutils/libdwfl/ |
H A D | cu.c | 250 struct dwfl_cu **nextp; local 256 nextp = &mod->first_cu; 262 nextp = &lastcu->next; 265 if (*nextp == NULL) 279 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp); 283 if (*nextp != (void *) -1 284 && (*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l) 285 (*nextp)->next = (void *) -1l; 288 *cu = *nextp == (void *) -1l ? NULL : *nextp; [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_util.cpp | 114 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/libevent/ |
H A 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/ |
H A D | caches-queues-lists.c | 66 int nextp; local 71 while((nextp = (queue->writep + 1) % queue->size) == queue->readp) 75 queue->writep = nextp;
|
H A D | unsquashfs.c | 201 int nextp; local 205 while((nextp = (queue->writep + 1) % queue->size) == queue->readp) 209 queue->writep = nextp;
|
/external/elfutils/src/ |
H A D | ld.h | 304 #define FILE_PROCESS(fd, file, state, nextp) \ 305 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
|
H A D | ldgeneric.c | 66 struct usedfiles **nextp); 2185 struct ld_state *statep, struct usedfiles **nextp) 2190 *nextp = fileinfo->next; 2246 *nextp = fileinfo->group_backref; 2272 *nextp = fileinfo->next = NULL; 2286 *nextp = ld_state.tailarchives->group_backref = 2296 *nextp = ld_state.group_start_archive; 2184 ld_generic_file_process(int fd, struct usedfiles *fileinfo, struct ld_state *statep, struct usedfiles **nextp) argument
|
H A D | readelf.c | 8131 const unsigned char *nextp = data->d_buf + tu_off; local 8135 size_t cu_nr = (nextp - readp) / 16; 8156 nextp = data->d_buf + addr_off; 8160 size_t tu_nr = (nextp - readp) / 24; 8185 nextp = data->d_buf + sym_off; 8189 size_t addr_nr = (nextp - readp) / 20; 8221 nextp = const_start; 8222 size_t sym_nr = (nextp - readp) / 8;
|
/external/libxml2/ |
H A D | dict.c | 769 xmlDictStringsPtr pool, nextp; local 811 nextp = pool->next; 813 pool = nextp;
|
/external/dlmalloc/ |
H A D | malloc.c | 4028 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local 4031 if ((char*)(&(nextp->head)) < old_end) 4032 p = nextp;
|
Completed in 1822 milliseconds