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

/external/elfutils/libdwfl/
H A Dcu.c250 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/nouveau/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/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.c66 int nextp; local
71 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
75 queue->writep = nextp;
H A Dunsquashfs.c201 int nextp; local
205 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
209 queue->writep = nextp;
/external/libxml2/
H A Ddict.c769 xmlDictStringsPtr pool, nextp; local
811 nextp = pool->next;
813 pool = nextp;
/external/elfutils/src/
H A Dldgeneric.c66 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 Dreadelf.c8131 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/dlmalloc/
H A Dmalloc.c4028 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
4031 if ((char*)(&(nextp->head)) < old_end)
4032 p = nextp;
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c3401 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
3404 if ((char*)(&(nextp->head)) < old_end)
3405 p = nextp;

Completed in 380 milliseconds