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

  /external/lua/src/
lvm.c 733 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \
838 TValue *rc = RKC(i);
844 TValue *rc = RKC(i);
851 TValue *rc = RKC(i);
863 TValue *rc = RKC(i);
880 TValue *rc = RKC(i);
891 TValue *rc = RKC(i);
905 TValue *rc = RKC(i);
919 TValue *rc = RKC(i);
933 TValue *rc = RKC(i)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 495 #define RKC(i) check_exp(getCMode(GET_OPCODE(i)) == OpArgK, \
522 TValue *rc = RKC(i); \
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
593 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
601 Protect(luaV_settable(L, ra, RKB(i), RKC(i)));
615 Protect(luaV_gettable(L, rb, RKC(i), ra));
670 TValue *rc = RKC(i);
680 if (luaV_lessthan(L, RKB(i), RKC(i)) != GETARG_A(i))
688 if (luaV_lessequal(L, RKB(i), RKC(i)) != GETARG_A(i)
    [all...]

Completed in 177 milliseconds