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

  /external/elfutils/src/
ld.h 291 #define FILE_PROCESS(fd, file, state, nextp) \
292 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
ldgeneric.c 47 struct usedfiles **nextp);
    [all...]
  /external/libxml2/
dict.c 664 xmlDictStringsPtr pool, nextp; local
707 nextp = pool->next;
709 pool = nextp;
  /bionic/libc/bionic/
dlmalloc.c 3446 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.12/src/stdlib/
SDL_malloc.c 3346 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 117 milliseconds