Searched refs:fidx (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | lapi.c | 1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref() argument 1259 StkId fi = index2addr(L, fidx); in getupvalref() 1268 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { in lua_upvalueid() argument 1269 StkId fi = index2addr(L, fidx); in lua_upvalueid() 1272 return *getupvalref(L, fidx, n, NULL); in lua_upvalueid()
|
D | lua.h | 431 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
|
/external/toybox/toys/pending/ |
D | bc.c | 452 size_t fidx; member 2971 void bc_parse_updateFunc(BcParse *p, size_t fidx) { in bc_parse_updateFunc() argument 2972 p->fidx = fidx; in bc_parse_updateFunc() 2973 p->func = bc_vec_item(&p->prog->fns, fidx); in bc_parse_updateFunc() 2993 bc_parse_updateFunc(p, p->fidx); in bc_parse_addId() 3000 p->func = bc_vec_item(&p->prog->fns, p->fidx); in bc_parse_text() 3006 if (p->fidx != BC_PROG_MAIN) { in bc_parse_reset() 3128 p->func = bc_vec_item(&p->prog->fns, p->fidx); in bc_parse_addFunc()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.cpp | 281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx) in Symbol() argument 286 reg.fileIndex = fidx; in Symbol()
|