Home
last modified time | relevance | path

Searched refs:lua_rawgeti (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/com32/lua/src/
Dltablib.c54 lua_rawgeti(L, 1, i-1); in tinsert()
73 lua_rawgeti(L, 1, pos); /* result = t[pos] */ in tremove()
75 lua_rawgeti(L, 1, pos+1); in tremove()
85 lua_rawgeti(L, 1, i); in addfield()
145 lua_rawgeti(L, 1, i); /* push arg[i] (avoiding overflow problems) */ in unpack()
147 lua_rawgeti(L, 1, i); in unpack()
188 lua_rawgeti(L, 1, l); in auxsort()
189 lua_rawgeti(L, 1, u); in auxsort()
196 lua_rawgeti(L, 1, i); in auxsort()
197 lua_rawgeti(L, 1, l); in auxsort()
[all …]
Dlua.h232 LUA_API void (lua_rawgeti) (lua_State *L, int idx, int n); variable
349 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
Dlauxlib.c529 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref()
533 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref()
546 lua_rawgeti(L, t, freelist); in luaL_unref()
Dloadlib.c327 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm()
536 lua_rawgeti(L, 3, i); /* get a searcher */ in findloader()
Dlbaselib.c235 lua_rawgeti(L, 1, i); in ipairsaux()
Dlapi.c649 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { in lua_rawgeti() function
/external/skqp/src/utils/
DSkLua.cpp211 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
/external/skia/src/utils/
DSkLua.cpp211 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()