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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.h 33 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
lvm.c 110 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) {
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
615 Protect(luaV_gettable(L, rb, RKC(i), ra));
lapi.c 614 luaV_gettable(L, gt, L->top - 1, L->top - 1);
623 luaV_gettable(L, t, L->top - 1, L->top - 1);
634 luaV_gettable(L, t, L->top - 1, L->top - 1);
  /external/skia/third_party/lua/src/
lvm.h 33 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
lvm.c 110 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) {
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
615 Protect(luaV_gettable(L, rb, RKC(i), ra));
lapi.c 614 luaV_gettable(L, gt, L->top - 1, L->top - 1);
623 luaV_gettable(L, t, L->top - 1, L->top - 1);
634 luaV_gettable(L, t, L->top - 1, L->top - 1);
  /external/syslinux/com32/lua/src/
lvm.h 33 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
lvm.c 133 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) {
609 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
612 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
638 Protect(luaV_gettable(L, rb, RKC(i), ra));
lapi.c 614 luaV_gettable(L, gt, L->top - 1, L->top - 1);
623 luaV_gettable(L, t, L->top - 1, L->top - 1);
634 luaV_gettable(L, t, L->top - 1, L->top - 1);

Completed in 56 milliseconds