HomeSort by relevance Sort by last modified time
    Searched defs:nextp (Results 1 - 13 of 13) sorted by null

  /external/elfutils/libdwfl/
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/nouveau/codegen/
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/squashfs-tools/squashfs-tools/
caches-queues-lists.c 66 int nextp; local
71 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
75 queue->writep = nextp;
unsquashfs.c 201 int nextp; local
205 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
209 queue->writep = nextp;
    [all...]
  /external/libxml2/
dict.c 798 xmlDictStringsPtr pool, nextp; local
840 nextp = pool->next;
842 pool = nextp;
  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 913 Char c, k, *nextp, *nextn; local
920 nextp = NULL;
932 nextp = pat - 1;
977 pat = nextp;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 5173 UChar *qstart, *qend, *nextp; local
    [all...]
  /external/dlmalloc/
malloc.c 4028 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3396 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 3401 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/
dlmalloc.c 3401 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.c 1167 lang_output_section_statement_type **nextp; local
    [all...]
  /external/elfutils/src/
readelf.c 8131 const unsigned char *nextp = data->d_buf + tu_off; local
    [all...]

Completed in 270 milliseconds