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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.h 41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx)
lparser.c     [all...]
lcode.c 63 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
  /external/lua/src/
lcode.h 46 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx)
lparser.c     [all...]
lcode.c 140 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
    [all...]

Completed in 468 milliseconds