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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 1249 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) {
1251 StkId fi = index2addr(L, fidx);
1260 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
1261 StkId fi = index2addr(L, fidx);
1264 return *getupvalref(L, fidx, n, NULL);
  /external/lua/src/
lapi.c 1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) {
1259 StkId fi = index2addr(L, fidx);
1268 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) {
1269 StkId fi = index2addr(L, fidx);
1272 return *getupvalref(L, fidx, n, NULL);
lua.h 431 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 389 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
286 reg.fileIndex = fidx;
  /external/toybox/toys/pending/
bc.c 452 size_t fidx; member in struct:BcParse
    [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 965 milliseconds