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

  /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/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 1308 milliseconds