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

1 2

  /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/libevent/
util-internal.h 152 struct type *elm1, *elm2, **nextp; \
171 nextp = &LIST_FIRST((dlist)); \
174 EVUTIL_ASSERT(*nextp == elm1); \
175 EVUTIL_ASSERT(nextp == elm1->field.le_prev); \
176 nextp = &LIST_NEXT(elm1, field); \
177 elm1 = *nextp; \
188 struct type *elm1, *elm2, **nextp; \
207 nextp = &TAILQ_FIRST((tailq)); \
210 EVUTIL_ASSERT(*nextp == elm1); \
211 EVUTIL_ASSERT(nextp == elm1->field.tqe_prev);
    [all...]
ht-internal.h 230 struct type **p, **nextp, *next; \
236 nextp = &(*p)->field.hte_next; \
237 next = *nextp; \
242 p = nextp; \
  /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...]
  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h     [all...]
  /external/elfutils/src/
ld.h 304 #define FILE_PROCESS(fd, file, state, nextp) \
305 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
    [all...]
ldgeneric.c 66 struct usedfiles **nextp);
    [all...]
readelf.c 8131 const unsigned char *nextp = data->d_buf + tu_off; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
select.go 295 nextp **sudog
358 nextp = &gp.waiting
378 *nextp = sg
379 nextp = &sg.waitlink
proc.go 1117 if mp.nextp != 0 {
1118 throw("startTheWorld: inconsistent mp->nextp")
1120 mp.nextp.set(p)
    [all...]
runtime2.go 417 nextp puintptr
  /prebuilts/go/linux-x86/src/runtime/
select.go 295 nextp **sudog
358 nextp = &gp.waiting
378 *nextp = sg
379 nextp = &sg.waitlink
proc.go 1117 if mp.nextp != 0 {
1118 throw("startTheWorld: inconsistent mp->nextp")
1120 mp.nextp.set(p)
    [all...]
  /external/libxml2/
dict.c 798 xmlDictStringsPtr pool, nextp; local
840 nextp = pool->next;
842 pool = nextp;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regint.h 775 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
regparse.c 5173 UChar *qstart, *qend, *nextp; local
    [all...]
regcomp.c     [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...]

Completed in 856 milliseconds

1 2