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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.c 271 void luaK_reserveregs (FuncState *fs, int n) {
366 luaK_reserveregs(fs, 1);
462 luaK_reserveregs(fs, 1);
495 luaK_reserveregs(fs, 1);
592 luaK_reserveregs(fs, 2); /* function and 'self' produced by op_self */
  /external/skia/third_party/lua/src/
lcode.c 271 void luaK_reserveregs (FuncState *fs, int n) {
366 luaK_reserveregs(fs, 1);
462 luaK_reserveregs(fs, 1);
495 luaK_reserveregs(fs, 1);
592 luaK_reserveregs(fs, 2); /* function and 'self' produced by op_self */
  /external/syslinux/com32/lua/src/
lcode.c 271 void luaK_reserveregs (FuncState *fs, int n) {
366 luaK_reserveregs(fs, 1);
462 luaK_reserveregs(fs, 1);
495 luaK_reserveregs(fs, 1);
592 luaK_reserveregs(fs, 2); /* function and 'self' produced by op_self */

Completed in 67 milliseconds