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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldo.c 290 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L))) macro
309 ci = next_ci(L); /* now 'enter' new function */
340 ci = next_ci(L); /* now 'enter' new function */
  /external/syslinux/com32/lua/src/
ldo.c 290 #define next_ci(L) (L->ci = (L->ci->next ? L->ci->next : luaE_extendCI(L))) macro
309 ci = next_ci(L); /* now 'enter' new function */
340 ci = next_ci(L); /* now 'enter' new function */

Completed in 1806 milliseconds