Searched refs:fidx (Results 1 - 6 of 6) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlapi.c1246 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1248 StkId fi = index2addr(L, fidx);
1257 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { argument
1258 StkId fi = index2addr(L, fidx);
1261 return *getupvalref(L, fidx, n, NULL);
H A Dlua.h389 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
/external/syslinux/com32/lua/src/
H A Dlapi.c1246 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1248 StkId fi = index2addr(L, fidx);
1257 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { argument
1258 StkId fi = index2addr(L, fidx);
1261 return *getupvalref(L, fidx, n, NULL);
H A Dlua.h394 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx) argument
286 reg.fileIndex = fidx;
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 364 milliseconds