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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 183 OP_NEWTABLE,/* A B C R(A) := {} (size = B,C) */
lvm.c 603 vmcase(OP_NEWTABLE,
lparser.c 735 int pc = luaK_codeABC(fs, OP_NEWTABLE, 0, 0, 0);
    [all...]
  /external/syslinux/com32/lua/src/
lopcodes.h 183 OP_NEWTABLE,/* A B C R(A) := {} (size = B,C) */
lvm.c 626 vmcase(OP_NEWTABLE,
lparser.c 735 int pc = luaK_codeABC(fs, OP_NEWTABLE, 0, 0, 0);
    [all...]

Completed in 245 milliseconds