Home
last modified time | relevance | path

Searched refs:luaK_intK (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlcode.h60 LUAI_FUNC int luaK_intK (FuncState *fs, lua_Integer n);
Dlcode.c471 int luaK_intK (FuncState *fs, lua_Integer n) { in luaK_intK() function
615 luaK_codek(fs, reg, luaK_intK(fs, e->u.ival)); in discharge2reg()
764 case VKINT: e->u.info = luaK_intK(fs, e->u.ival); goto vk; in luaK_exp2RK()
Dlparser.c1332 luaK_codek(fs, fs->freereg, luaK_intK(fs, 1)); in fornum()