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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.c 236 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
252 return luaK_codeABx(fs, OP_LOADK, reg, k);
254 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0);
  /external/skia/third_party/lua/src/
lcode.c 236 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
252 return luaK_codeABx(fs, OP_LOADK, reg, k);
254 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0);
  /external/syslinux/com32/lua/src/
lcode.c 236 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
252 return luaK_codeABx(fs, OP_LOADK, reg, k);
254 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0);

Completed in 1564 milliseconds