HomeSort by relevance Sort by last modified time
    Searched full:lastnext (Results 1 - 2 of 2) 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;
  /external/chromium_org/third_party/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...]

Completed in 136 milliseconds