Home
last modified time | relevance | path

Searched defs:fidx (Results 1 – 11 of 11) sorted by relevance

/external/bc/src/
Dparse.c50 void bc_parse_updateFunc(BcParse *p, size_t fidx) { in bc_parse_updateFunc()
Dprogram.c1435 size_t fidx, sidx; in bc_program_execStr() local
/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_getinfo_common.cpp214 size_t fidx, tidx, sidx; in test_images_get_info_common() local
Dtest_images_read_common.cpp662 size_t fidx, tidx, sidx; in test_images_read_common() local
Dtest_images_write_common.cpp693 size_t fidx, tidx, sidx; in test_images_write_common() local
/external/bc/include/
Dparse.h91 size_t fidx; member
/external/mesa3d/src/freedreno/afuc/
Ddisasm.c283 int fidx = fxn_idx(offset, false); in fxn_name() local
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c475 int i, fidx, timeline; in test_multi_wait() local
/external/lua/src/
Dlapi.c1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { in getupvalref()
1268 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { in lua_upvalueid()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp283 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx) in Symbol()
/external/toybox/toys/pending/
Dbc.c452 size_t fidx; member
2973 void bc_parse_updateFunc(BcParse *p, size_t fidx) { in bc_parse_updateFunc()