Home
last modified time | relevance | path

Searched defs:c (Results 26 – 50 of 345) sorted by relevance

12345678910>>...14

/qemu/hw/timer/
H A Di8254_common.c39 PITCommonClass *c = PIT_COMMON_GET_CLASS(pit); in pit_set_gate() local
146 PITCommonClass *c = PIT_COMMON_GET_CLASS(pit); in pit_get_channel_info() local
205 PITCommonClass *c = PIT_COMMON_GET_CLASS(s); in pit_dispatch_pre_save() local
217 PITCommonClass *c = PIT_COMMON_GET_CLASS(s); in pit_dispatch_post_load() local
/qemu/hw/audio/
H A Dsoundhw.c70 struct soundhw *c; in show_valid_soundhw() local
88 struct soundhw *c; in select_soundhw() local
111 struct soundhw *c = selected; in soundhw_init() local
/qemu/tests/tcg/multiarch/
H A Dfloat_madds.c38 static void print_inputs(float a, float b, float c) in print_inputs()
66 static void do_madds(float a, float b, float c, int j, int k) in do_madds()
81 float a, b, c; in main() local
/qemu/host/include/generic/host/
H A Datomic128-cas.h19 Int128Alias r, c, n; in atomic16_cmpxchg() local
32 Int128Alias r, c, n; in atomic16_cmpxchg() local
/qemu/hw/intc/
H A Darm_gicv3_its_common.c32 GICv3ITSCommonClass *c = ARM_GICV3_ITS_COMMON_GET_CLASS(s); in gicv3_its_pre_save() local
44 GICv3ITSCommonClass *c = ARM_GICV3_ITS_COMMON_GET_CLASS(s); in gicv3_its_post_load() local
83 GICv3ITSCommonClass *c = ARM_GICV3_ITS_COMMON_GET_CLASS(s); in gicv3_its_trans_write() local
H A Darm_gicv3_kvm.c344 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_put() local
363 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_put() local
458 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_put() local
528 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_get() local
563 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_get() local
616 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_get() local
670 GICv3CPUState *c; in arm_gicv3_icc_reset() local
/qemu/include/qemu/
H A Dthread.h77 #define qemu_cond_wait(c, m) \ argument
79 #define qemu_cond_timedwait(c, m, ms) \ argument
103 #define qemu_cond_wait(c, m) ({ \ argument
108 #define qemu_cond_timedwait(c, m, ms) ({ \ argument
/qemu/tests/tcg/cris/libc/
H A Dcheck_addcm.c21 #define verify_addc_m(a, b, res, n, z, v, c) \ argument
30 #define verify_addc_pi_m(a, b, res, n, z, v, c) \ argument
/qemu/ui/
H A Dconsole-vc.c122 qemu_text_console_get_label(QemuTextConsole *c) in qemu_text_console_get_label()
192 TextCell *c; in console_show_cursor() local
222 TextCell *c; in console_refresh() local
301 int c; in qemu_text_console_handle_keysym() local
380 TextCell *cells, *c, *c1; in text_console_resize() local
419 TextCell *c; in vc_put_lf() local
561 TextCell *c; in vc_update_xy() local
592 TextCell *c = &s->cells[y1 * s->width + x]; in vc_clear_xy() local
601 TextCell *c; in vc_put_one() local
924 QemuTextConsole *c = QEMU_TEXT_CONSOLE(obj); in qemu_text_console_init() local
[all …]
/qemu/util/
H A Dhexdump.c43 uint8_t c; in qemu_hexdump_line() local
67 char c = buf[i]; in asciidump_line() local
/qemu/audio/
H A Dpwaudio.c224 pwaudio *c = v->g; in qpw_read() local
261 pwaudio *c = v->g; in qpw_buffer_get_free() local
286 pwaudio *c = v->g; in qpw_write() local
420 qpw_stream_new(pwaudio *c, PWVoice *v, const char *stream_name, in qpw_stream_new()
524 pwaudio *c = v->g = drv_opaque; in qpw_init_out() local
571 pwaudio *c = v->g = drv_opaque; in qpw_init_in() local
609 pwaudio *c = v->g; in qpw_voice_fini() local
635 pwaudio *c = v->g; in qpw_voice_set_enabled() local
656 pwaudio *c = v->g; in qpw_voice_set_volume() local
/qemu/tests/tcg/s390x/
H A Dconsole.c9 void __sys_outc(char c) in __sys_outc()
/qemu/tests/fp/
H A Dfp-bench.c249 float c = ops[2].f; in bench() local
284 double c = ops[2].d; in bench() local
319 float32 c = ops[2].f32; in bench() local
354 float64 c = ops[2].f64; in bench() local
389 float128 c = ops[2].f128; in bench() local
613 int c; in parse_args() local
/qemu/hw/sensor/
H A Dadm1272.c141 PMBusCoefficients c = adm1272_coefficients[ADM1272_VOLTAGE_COEFF_DEFAULT]; in adm1272_millivolts_to_direct() local
149 PMBusCoefficients c = adm1272_coefficients[ADM1272_VOLTAGE_COEFF_DEFAULT]; in adm1272_direct_to_millivolts() local
157 PMBusCoefficients c = adm1272_coefficients[ADM1272_CURRENT_COEFF_DEFAULT]; in adm1272_milliamps_to_direct() local
167 PMBusCoefficients c = adm1272_coefficients[ADM1272_CURRENT_COEFF_DEFAULT]; in adm1272_direct_to_milliamps() local
176 PMBusCoefficients c = adm1272_coefficients[ADM1272_PWR_COEFF_DEFAULT]; in adm1272_watts_to_direct() local
183 PMBusCoefficients c = adm1272_coefficients[ADM1272_PWR_COEFF_DEFAULT]; in adm1272_direct_to_watts() local
/qemu/tcg/
H A Dtcg-op-gvec.c75 uint32_t c, uint32_t s) in check_overlap_4()
723 int32_t c, bool load_dest, in expand_2i_i32()
743 TCGv_i32 c, bool scalar_first, in expand_2s_i32() argument
788 uint32_t oprsz, int32_t c, in expand_3i_i32()
886 int64_t c, bool load_dest, in expand_2i_i64() argument
951 uint32_t oprsz, int64_t c, in expand_3i_i64() argument
1051 int64_t c, bool load_dest, in expand_2i_vec() argument
1113 TCGType type, int64_t c, in expand_3i_vec() argument
3829 TCGCond cond, TCGv_vec c) in expand_cmps_vec()
3843 uint32_t aofs, TCGv_i64 c, in tcg_gen_gvec_cmps()
[all …]
/qemu/hw/display/
H A Dcirrus_vga_rop2.h26 #define PUTPIXEL(s, a, c) ROP_OP(s, a, c) argument
28 #define PUTPIXEL(s, a, c) ROP_OP_16(s, a, c) argument
30 #define PUTPIXEL(s, a, c) do { \ argument
36 #define PUTPIXEL(s, a, c) ROP_OP_32(s, a, c) argument
/qemu/chardev/
H A Dtestdev.c51 uint8_t c; in DECLARE_INSTANCE_CHECKER() local
54 #define EAT(c) do { \ in DECLARE_INSTANCE_CHECKER() argument
/qemu/tests/tcg/multiarch/arm-compat-semi/
H A Dsemiconsole.c18 char c; in main() local
/qemu/pc-bios/s390-ccw/
H A Dlibc.h22 static inline void *memset(void *s, int c, size_t n) in memset()
81 static inline int isdigit(int c) in isdigit()
/qemu/hw/rtc/
H A Dallwinner-rtc.c139 const AwRtcClass *c = AW_RTC_GET_CLASS(s); in allwinner_rtc_sun6i_read() local
156 const AwRtcClass *c = AW_RTC_GET_CLASS(s); in allwinner_rtc_sun6i_write() local
174 const AwRtcClass *c = AW_RTC_GET_CLASS(s); in allwinner_rtc_read() local
219 const AwRtcClass *c = AW_RTC_GET_CLASS(s); in allwinner_rtc_write() local
/qemu/tests/tcg/openrisc/
H A Dtest_addc.c5 int a, b, c; in main() local
H A Dtest_div.c5 int a, b, c; in main() local
H A Dtest_lf_eqs.c6 float b, c; in main() local
H A Dtest_addic.c5 int a, b, c; in main() local
H A Dtest_and_or.c5 int a, b, c; in main() local

12345678910>>...14