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

  /external/elfutils/libdwfl/
cu.c 256 struct dwfl_cu **nextp; local
262 nextp = &mod->first_cu;
268 nextp = &lastcu->next;
271 if (*nextp == NULL)
285 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);
289 if ((*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l)
290 (*nextp)->next = (void *) -1l;
293 *cu = *nextp == (void *) -1l ? NULL : *nextp;
  /external/libxml2/
dict.c 697 xmlDictStringsPtr pool, nextp; local
739 nextp = pool->next;
741 pool = nextp;
  /bionic/libc/upstream-dlmalloc/
malloc.c 4026 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3846 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3334 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...]

Completed in 115 milliseconds