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

  /external/elfutils/0.153/libdwfl/
cu.c 257 struct dwfl_cu **nextp; local
263 nextp = &mod->first_cu;
269 nextp = &lastcu->next;
272 if (*nextp == NULL)
286 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);
290 if ((*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l)
291 (*nextp)->next = (void *) -1l;
294 *cu = *nextp == (void *) -1l ? NULL : *nextp;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/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/mesa3d/src/gallium/drivers/nv50/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string2.h     [all...]
  /external/elfutils/0.153/src/
ld.h 312 #define FILE_PROCESS(fd, file, state, nextp) \
313 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
    [all...]
readelf.c 7165 const unsigned char *nextp = data->d_buf + tu_off; local
    [all...]
ldgeneric.c 74 struct usedfiles **nextp);
    [all...]
  /external/chromium_org/third_party/libxml/src/
dict.c 664 xmlDictStringsPtr pool, nextp; local
706 nextp = pool->next;
708 pool = nextp;
  /external/libxml2/
dict.c 766 xmlDictStringsPtr pool, nextp; local
808 nextp = pool->next;
810 pool = nextp;
  /bionic/libc/upstream-dlmalloc/
malloc.c 4028 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 3346 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 263 milliseconds