Searched refs:lua_rawgeti (Results 1 – 8 of 8) sorted by relevance
/external/syslinux/com32/lua/src/ |
D | ltablib.c | 54 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 …]
|
D | lua.h | 232 LUA_API void (lua_rawgeti) (lua_State *L, int idx, int n); variable 349 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
|
D | lauxlib.c | 529 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()
|
D | loadlib.c | 327 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm() 536 lua_rawgeti(L, 3, i); /* get a searcher */ in findloader()
|
D | lbaselib.c | 235 lua_rawgeti(L, 1, i); in ipairsaux()
|
D | lapi.c | 649 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { in lua_rawgeti() function
|
/external/skqp/src/utils/ |
D | SkLua.cpp | 211 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 211 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
|