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

  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 188 #define emulMaskInit(ctx, field, ev, lastnext) \
191 ctx->field.result = lastnext;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 849 GCObject **lastnext = &g->tobefnz; local
851 while (*lastnext != NULL)
852 lastnext = &gch(*lastnext)->next;
861 gch(curr)->next = *lastnext; /* link at the end of 'tobefnz' list */
862 *lastnext = curr;
863 lastnext = &gch(curr)->next;
    [all...]
  /external/skia/third_party/lua/src/
lgc.c 842 GCObject **lastnext = &g->tobefnz; local
844 while (*lastnext != NULL)
845 lastnext = &gch(*lastnext)->next;
854 gch(curr)->next = *lastnext; /* link at the end of 'tobefnz' list */
855 *lastnext = curr;
856 lastnext = &gch(curr)->next;
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 849 GCObject **lastnext = &g->tobefnz; local
851 while (*lastnext != NULL)
852 lastnext = &gch(*lastnext)->next;
861 gch(curr)->next = *lastnext; /* link at the end of 'tobefnz' list */
862 *lastnext = curr;
863 lastnext = &gch(curr)->next;
    [all...]

Completed in 370 milliseconds