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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltablib.c 54 lua_rawgeti(L, 1, i-1);
73 lua_rawgeti(L, 1, pos); /* result = t[pos] */
75 lua_rawgeti(L, 1, pos+1);
85 lua_rawgeti(L, 1, i);
145 lua_rawgeti(L, 1, i); /* push arg[i] (avoiding overflow problems) */
147 lua_rawgeti(L, 1, i);
188 lua_rawgeti(L, 1, l);
189 lua_rawgeti(L, 1, u);
196 lua_rawgeti(L, 1, i);
197 lua_rawgeti(L, 1, l);
    [all...]
loadlib.c 278 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */
487 lua_rawgeti(L, 3, i); /* get a searcher */
lauxlib.c 529 lua_rawgeti(L, t, freelist); /* get first free element */
533 lua_rawgeti(L, t, ref); /* remove it from list */
546 lua_rawgeti(L, t, freelist);
lbaselib.c 235 lua_rawgeti(L, 1, i);
lapi.c 649 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { function
  /external/syslinux/com32/lua/src/
ltablib.c 54 lua_rawgeti(L, 1, i-1);
73 lua_rawgeti(L, 1, pos); /* result = t[pos] */
75 lua_rawgeti(L, 1, pos+1);
85 lua_rawgeti(L, 1, i);
145 lua_rawgeti(L, 1, i); /* push arg[i] (avoiding overflow problems) */
147 lua_rawgeti(L, 1, i);
188 lua_rawgeti(L, 1, l);
189 lua_rawgeti(L, 1, u);
196 lua_rawgeti(L, 1, i);
197 lua_rawgeti(L, 1, l)
    [all...]
lua.h 232 LUA_API void (lua_rawgeti) (lua_State *L, int idx, int n);
349 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
loadlib.c 327 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */
536 lua_rawgeti(L, 3, i); /* get a searcher */
lauxlib.c 529 lua_rawgeti(L, t, freelist); /* get first free element */
533 lua_rawgeti(L, t, ref); /* remove it from list */
546 lua_rawgeti(L, t, freelist);
lbaselib.c 235 lua_rawgeti(L, 1, i);
lapi.c 649 LUA_API void lua_rawgeti (lua_State *L, int idx, int n) { function
  /prebuilts/misc/common/swig/include/2.0.11/lua/
lua_fnptr.i 114 lua_rawgeti(pref->L,LUA_REGISTRYINDEX,pref->ref);
typemaps.i 214 lua_rawgeti(L,index,n+1);
239 lua_rawgeti(L,index,i+1);\
442 lua_rawgeti(L,index,i+1);
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 227 LUA_API void (lua_rawgeti) (lua_State *L, int idx, int n);
344 lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS)
  /external/skia/src/utils/
SkLua.cpp 211 lua_rawgeti(L, stackIndex, arrayIndex);
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 211 lua_rawgeti(L, stackIndex, arrayIndex);
    [all...]

Completed in 1332 milliseconds