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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lopcodes.h 276 #define getCMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 2) & 3))
luac.c 300 if (getCMode(o)!=OpArgN) printf(" %d",ISK(c) ? (MYK(INDEXK(c))) : c);
lcode.c 230 lua_assert(getCMode(o) != OpArgN || c == 0);
238 lua_assert(getCMode(o) == OpArgN);
lvm.c 492 #define RC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgR, base+GETARG_C(i))
495 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \
  /external/skia/third_party/lua/src/
lopcodes.h 276 #define getCMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 2) & 3))
luac.c 300 if (getCMode(o)!=OpArgN) printf(" %d",ISK(c) ? (MYK(INDEXK(c))) : c);
lcode.c 230 lua_assert(getCMode(o) != OpArgN || c == 0);
238 lua_assert(getCMode(o) == OpArgN);
lvm.c 492 #define RC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgR, base+GETARG_C(i))
495 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \
  /external/syslinux/com32/lua/src/
lopcodes.h 276 #define getCMode(m) (cast(enum OpArgMask, (luaP_opmodes[m] >> 2) & 3))
luac.c 300 if (getCMode(o)!=OpArgN) printf(" %d",ISK(c) ? (MYK(INDEXK(c))) : c);
lcode.c 230 lua_assert(getCMode(o) != OpArgN || c == 0);
238 lua_assert(getCMode(o) == OpArgN);
lvm.c 515 #define RC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgR, base+GETARG_C(i))
518 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \

Completed in 940 milliseconds