Searched refs:fidx (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/roles/ |
D | private-lib-roles.h | 350 #define lws_rops_fidx(_rops, fidx) \ argument 351 ((fidx & 1) ? (_rops)->rops_idx[fidx / 2] & 0xf : \ 352 (_rops)->rops_idx[fidx / 2] >> 4) 354 #define lws_rops_func_fidx(_rops, fidx) \ argument 355 ((_rops)->rops_table[lws_rops_fidx(_rops, fidx) - 1])
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | disasm.c | 257 int fidx = fxn_idx(offset, false); in fxn_name() local 258 if (fidx < 0) in fxn_name() 260 sprintf(name, "fxn%02d", fidx); in fxn_name()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 986 int fidx = qf_idx; \ in setup_queue_families() 987 int qc = qf[fidx].queueCount; \ in setup_queue_families() 990 if (fidx == graph_index) { \ in setup_queue_families() 991 hwctx->queue_family_index = fidx; \ in setup_queue_families() 995 if (fidx == comp_index) { \ in setup_queue_families() 996 hwctx->queue_family_comp_index = fidx; \ in setup_queue_families() 1000 if (fidx == tx_index) { \ in setup_queue_families() 1001 hwctx->queue_family_tx_index = fidx; \ in setup_queue_families() 1005 if (fidx == enc_index) { \ in setup_queue_families() 1006 hwctx->queue_family_encode_index = fidx; \ in setup_queue_families() [all …]
|
/third_party/toybox/toys/pending/ |
D | bc.c | 452 size_t fidx; member 2973 void bc_parse_updateFunc(BcParse *p, size_t fidx) { in bc_parse_updateFunc() argument 2974 p->fidx = fidx; in bc_parse_updateFunc() 2975 p->func = bc_vec_item(&p->prog->fns, fidx); in bc_parse_updateFunc() 2995 bc_parse_updateFunc(p, p->fidx); in bc_parse_addId() 3002 p->func = bc_vec_item(&p->prog->fns, p->fidx); in bc_parse_text() 3008 if (p->fidx != BC_PROG_MAIN) { in bc_parse_reset() 3130 p->func = bc_vec_item(&p->prog->fns, p->fidx); in bc_parse_addFunc()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir.cpp | 278 Symbol::Symbol(Program *prog, DataFile f, uint8_t fidx) in Symbol() argument 283 reg.fileIndex = fidx; in Symbol()
|