Searched refs:arg_idx (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-pin-error-inj.c | 15 int arg_idx; member 197 int arg_idx; in cec_pin_error_inj_parse_line() local 205 arg_idx = cec_error_inj_cmds[i].arg_idx; in cec_pin_error_inj_parse_line() 219 if (arg_idx >= 0 && is_bit_pos) { in cec_pin_error_inj_parse_line() 233 if (arg_idx >= 0) in cec_pin_error_inj_parse_line() 234 args[arg_idx] = pos; in cec_pin_error_inj_parse_line() 318 int arg_idx; in cec_pin_error_inj_show() local 321 arg_idx = cec_error_inj_cmds[j].arg_idx; in cec_pin_error_inj_show() 327 if (arg_idx >= 0) in cec_pin_error_inj_show() 329 pin->error_inj_args[i][arg_idx]); in cec_pin_error_inj_show()
|
H A D | cec-pin.c | 157 int arg_idx, u8 *arg) in rx_error_inj() argument 164 if (arg_idx >= 0) { in rx_error_inj() 165 u8 pos = pin->error_inj_args[cmd][arg_idx]; in rx_error_inj() 219 int arg_idx, u8 *arg) in tx_error_inj() argument 226 if (arg_idx >= 0) { in tx_error_inj() 227 u8 pos = pin->error_inj_args[cmd][arg_idx]; in tx_error_inj()
|
/openbmc/qemu/include/tcg/ |
H A D | helper-info.h | 42 unsigned arg_idx : 4; member
|
/openbmc/linux/tools/perf/util/ |
H A D | probe-file.c | 833 int arg_idx = 0; in synthesize_sdt_probe_command() local 887 if (synthesize_sdt_probe_arg(&buf, arg_idx, arg) < 0) { in synthesize_sdt_probe_command() 894 arg_idx++; in synthesize_sdt_probe_command()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 62 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument 63 __attribute__((__format__(gnu_printf, format_idx, arg_idx))) 65 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument 66 __attribute__((__format__(__printf__, format_idx, arg_idx))) 69 #define G_GNUC_PRINTF(format_idx, arg_idx) argument
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 1039 int arg_idx; /* tcg_gen_callN args[] */ member 1057 .arg_idx = cum->arg_idx, in layout_arg_1() 1073 .arg_idx = cum->arg_idx, in layout_arg_normal_n() 1105 .arg_idx = cum->arg_idx, in layout_arg_by_ref() 1174 for (typemask >>= 3; typemask; typemask >>= 3, cum.arg_idx++) { in init_call_layout() 2289 TCGTemp *ts = args[loc->arg_idx] + loc->tmp_subindex; in tcg_gen_callN()
|