/qemu/tests/unit/ |
H A D | test-clone-visitor.c | 17 UserDefOne *src, *dst; in test_clone_struct() local 67 uint8List *src = NULL, *dst; in test_clone_list() local 90 Empty2 *src, *dst; in test_clone_empty() local 101 UserDefFlatUnion *src, *dst; in test_clone_complex1() local 125 WrapAlternate *src, *dst; in test_clone_complex2() local 155 UserDefOneList *src, *dst, *tail; in test_clone_complex3() local
|
H A D | test-forward-visitor.c | 31 QDict *src = keyval_parse(srcstr, NULL, &help, &error_abort); in visit_with_forward() local 55 QObject *src = visit_with_forward("src.integer=42,src.string=Hello,src.enum1=value2", in test_forward_any() local 80 QDict *src = keyval_parse("src=1.5M", NULL, &help, &error_abort); in test_forward_size() local 108 QDict *src = keyval_parse("src=1.5", NULL, &help, &error_abort); in test_forward_number() local
|
H A D | io-channel-helpers.c | 26 QIOChannel *src; member 104 QIOChannel *src, in qio_channel_test_run_threads() 130 QIOChannel *src) in qio_channel_test_run_writer()
|
H A D | test-io-channel-socket.c | 31 static void test_io_channel_set_socket_bufs(QIOChannel *src, in test_io_channel_set_socket_bufs() 55 QIOChannel **src, in test_io_channel_setup_sync() 106 QIOChannel **src, in test_io_channel_setup_async() 176 QIOChannel *src, *dst, *srv; in test_io_channel() local 413 QIOChannel *src, *dst, *srv; in test_io_channel_unix_fd_pass() local
|
H A D | test-io-channel-file.c | 43 QIOChannel *src, *dst; in test_io_channel_file_helper() local 108 QIOChannel *src, *dst; in test_io_channel_pipe() local
|
H A D | check-block-qdict.c | 423 QDict *src, *dst, *rule, *vnc, *acl, *listen; in qdict_crumple_test_recursive() local 502 QDict *src, *dst; in qdict_crumple_test_empty() local 641 QDict *src, *nested; in qdict_crumple_test_bad_inputs() local
|
/qemu/target/sparc/ |
H A D | fop_helper.c | 190 float32 helper_fitos(CPUSPARCState *env, int32_t src) in helper_fitos() 197 float64 helper_fitod(CPUSPARCState *env, int32_t src) in helper_fitod() 204 Int128 helper_fitoq(CPUSPARCState *env, int32_t src) in helper_fitoq() 212 float32 helper_fxtos(CPUSPARCState *env, int64_t src) in helper_fxtos() 219 float64 helper_fxtod(CPUSPARCState *env, int64_t src) in helper_fxtod() 226 Int128 helper_fxtoq(CPUSPARCState *env, int64_t src) in helper_fxtoq() 235 float32 helper_fdtos(CPUSPARCState *env, float64 src) in helper_fdtos() 242 float64 helper_fstod(CPUSPARCState *env, float32 src) in helper_fstod() 249 float32 helper_fqtos(CPUSPARCState *env, Int128 src) in helper_fqtos() 256 Int128 helper_fstoq(CPUSPARCState *env, float32 src) in helper_fstoq() [all …]
|
/qemu/ui/ |
H A D | input.c | 32 QemuConsole *src; member 177 static void qemu_input_event_trace(QemuConsole *src, InputEvent *evt) in qemu_input_event_trace() 286 QemuConsole *src, InputEvent *evt) in qemu_input_queue_event() 306 void qemu_input_event_send_impl(QemuConsole *src, InputEvent *evt) in qemu_input_event_send_impl() 321 void qemu_input_event_send(QemuConsole *src, InputEvent *evt) in qemu_input_event_send() 385 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key() 401 void qemu_input_event_send_key_number(QemuConsole *src, int num, bool down) in qemu_input_event_send_key_number() 407 void qemu_input_event_send_key_qcode(QemuConsole *src, QKeyCode q, bool down) in qemu_input_event_send_key_qcode() 432 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down) in qemu_input_queue_btn() 446 void qemu_input_update_buttons(QemuConsole *src, uint32_t *button_map, in qemu_input_update_buttons() [all …]
|
/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user-glib.c | 51 VugSrc *src = (VugSrc *)gsrc; in vug_src_check() local 61 VugSrc *src = (VugSrc *)gsrc; in vug_src_dispatch() local 83 VugSrc *src; in vug_source_new() local 107 GSource *src; in set_watch() local 139 void vug_source_destroy(GSource *src) in vug_source_destroy()
|
/qemu/include/qapi/ |
H A D | clone-visitor.h | 33 #define QAPI_CLONE(type, src) \ argument 52 #define QAPI_CLONE_MEMBERS(type, dst, src) \ argument
|
/qemu/qobject/ |
H A D | block-qdict.c | 25 void qdict_copy_default(QDict *dst, QDict *src, const char *key) in qdict_copy_default() 163 void qdict_extract_subqdict(QDict *src, QDict **dst, const char *start) in qdict_extract_subqdict() 186 static int qdict_count_prefixed_entries(const QDict *src, const char *start) in qdict_count_prefixed_entries() 218 void qdict_array_split(QDict *src, QList **dst) in qdict_array_split() 423 QObject *qdict_crumple(const QDict *src, Error **errp) in qdict_crumple() 548 static QObject *qdict_crumple_for_keyval_qiv(QDict *src, Error **errp) in qdict_crumple_for_keyval_qiv() 596 int qdict_array_entries(QDict *src, const char *subqdict) in qdict_array_entries() 665 void qdict_join(QDict *dest, QDict *src, bool overwrite) in qdict_join()
|
/qemu/block/ |
H A D | qcow2-threads.c | 74 const void *src; member 94 const void *src, size_t src_size) in qcow2_zlib_compress() 141 const void *src, size_t src_size) in qcow2_zlib_decompress() 189 const void *src, size_t src_size) in qcow2_zstd_compress() 257 const void *src, size_t src_size) in qcow2_zstd_decompress() 340 const void *src, size_t src_size, Qcow2CompressFunc func) in qcow2_co_do_compress() 369 const void *src, size_t src_size) in qcow2_co_compress() 406 const void *src, size_t src_size) in qcow2_co_decompress()
|
/qemu/target/s390x/tcg/ |
H A D | cc_helper.c | 35 static uint32_t cc_calc_ltgt_32(int32_t src, int32_t dst) in cc_calc_ltgt_32() 51 static uint32_t cc_calc_ltgt_64(int64_t src, int64_t dst) in cc_calc_ltgt_64() 67 static uint32_t cc_calc_ltugtu_32(uint32_t src, uint32_t dst) in cc_calc_ltugtu_32() 78 static uint32_t cc_calc_ltugtu_64(uint64_t src, uint64_t dst) in cc_calc_ltugtu_64() 270 static uint32_t cc_calc_sla(uint64_t src, int shift) in cc_calc_sla() 348 uint64_t src, uint64_t dst, uint64_t vr) in do_calc_cc() 466 uint32_t calc_cc(CPUS390XState *env, uint32_t cc_op, uint64_t src, uint64_t dst, in calc_cc()
|
/qemu/target/arm/tcg/ |
H A D | vec_internal.h | 83 static inline int32_t do_sqrshl_bhs(int32_t src, int32_t shift, int bits, in do_sqrshl_bhs() 118 static inline uint32_t do_uqrshl_bhs(uint32_t src, int32_t shift, int bits, in do_uqrshl_bhs() 149 static inline int32_t do_suqrshl_bhs(int32_t src, int32_t shift, int bits, in do_suqrshl_bhs() 159 static inline int64_t do_sqrshl_d(int64_t src, int64_t shift, in do_sqrshl_d() 187 static inline uint64_t do_uqrshl_d(uint64_t src, int64_t shift, in do_uqrshl_d() 211 static inline int64_t do_suqrshl_d(int64_t src, int64_t shift, in do_suqrshl_d()
|
/qemu/tests/tcg/s390x/ |
H A D | mvc.c | 18 static inline void mvc_256(const char *dst, const char *src) in mvc_256() 30 char *src, *dst; in main() local
|
H A D | mie3-mvcrl.c | 6 static void mvcrl(const char *dst, const char *src, size_t len) in mvcrl() 34 char src[256] = { 0 }; in test_bad_r0() local
|
/qemu/util/ |
H A D | error.c | 55 const char *src, int line, const char *func, in error_setv() 86 const char *src, int line, const char *func, in error_set_internal() 97 const char *src, int line, const char *func, in error_setg_internal() 108 const char *src, int line, const char *func, in error_setg_errno_internal() 123 const char *src, int line, const char *func, in error_setg_file_open_internal() 179 const char *src, int line, const char *func, in error_setg_win32_internal()
|
H A D | bitmap.c | 98 void slow_bitmap_complement(unsigned long *dst, const unsigned long *src, in slow_bitmap_complement() 335 void bitmap_copy_and_clear_atomic(unsigned long *dst, unsigned long *src, in bitmap_copy_and_clear_atomic() 420 const unsigned long *src, long nbits) in bitmap_to_from_le() 439 void bitmap_from_le(unsigned long *dst, const unsigned long *src, in bitmap_from_le() 445 void bitmap_to_le(unsigned long *dst, const unsigned long *src, in bitmap_to_le() 456 void bitmap_copy_with_src_offset(unsigned long *dst, const unsigned long *src, in bitmap_copy_with_src_offset() 498 void bitmap_copy_with_dst_offset(unsigned long *dst, const unsigned long *src, in bitmap_copy_with_dst_offset()
|
/qemu/audio/ |
H A D | mixeng.c | 291 static void conv_natural_float_to_mono(struct st_sample *dst, const void *src, in conv_natural_float_to_mono() 302 static void conv_swap_float_to_mono(struct st_sample *dst, const void *src, in conv_swap_float_to_mono() 313 static void conv_natural_float_to_stereo(struct st_sample *dst, const void *src, in conv_natural_float_to_stereo() 325 static void conv_swap_float_to_stereo(struct st_sample *dst, const void *src, in conv_swap_float_to_stereo() 348 static void clip_natural_float_from_mono(void *dst, const struct st_sample *src, in clip_natural_float_from_mono() 359 static void clip_swap_float_from_mono(void *dst, const struct st_sample *src, in clip_swap_float_from_mono() 371 void *dst, const struct st_sample *src, int samples) in clip_natural_float_from_stereo() 383 void *dst, const struct st_sample *src, int samples) in clip_swap_float_from_stereo()
|
/qemu/chardev/ |
H A D | char-fd.c | 97 FDSource *src = (FDSource *)source; in fd_source_prepare() local 105 FDSource *src = (FDSource *)source; in fd_source_check() local 114 FDSource *src = (FDSource *)source; in fd_source_dispatch() local 197 int qmp_chardev_open_file_source(char *src, int flags, Error **errp) in qmp_chardev_open_file_source()
|
/qemu/target/m68k/ |
H A D | translate.c | 626 static void gen_update_cc_cmp(DisasContext *s, TCGv dest, TCGv src, int opsize) in gen_update_cc_cmp() 633 static void gen_update_cc_add(TCGv dest, TCGv src, int opsize) in gen_update_cc_add() 922 static void gen_fp_move(TCGv_ptr dest, TCGv_ptr src) in gen_fp_move() 1391 target_ulong src) in gen_jmp_tb() 1507 TCGv src; in DISAS_INSN() local 1526 TCGv src; in DISAS_INSN() local 1595 static void bcd_add(TCGv dest, TCGv src) in bcd_add() 1660 static void bcd_sub(TCGv dest, TCGv src) in bcd_sub() 1724 TCGv src; in DISAS_INSN() local 1739 TCGv src, dest, addr; in DISAS_INSN() local [all …]
|
/qemu/target/hexagon/ |
H A D | genptr.c | 278 TCGv gen_get_byte(TCGv result, int N, TCGv src, bool sign) in gen_get_byte() 288 TCGv gen_get_byte_i64(TCGv result, int N, TCGv_i64 src, bool sign) in gen_get_byte_i64() 301 TCGv gen_get_half(TCGv result, int N, TCGv src, bool sign) in gen_get_half() 311 void gen_set_half(int N, TCGv result, TCGv src) in gen_set_half() 316 void gen_set_half_i64(int N, TCGv_i64 result, TCGv src) in gen_set_half_i64() 323 void gen_set_byte_i64(int N, TCGv_i64 result, TCGv src) in gen_set_byte_i64() 345 TCGv pred, TCGv vaddr, TCGv src) in gen_store_conditional4() 370 TCGv pred, TCGv vaddr, TCGv_i64 src) in gen_store_conditional8() 403 void gen_store32(TCGv vaddr, TCGv src, int width, uint32_t slot) in gen_store32() 410 void gen_store1(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store1() [all …]
|
/qemu/include/qemu/ |
H A D | bitmap.h | 133 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 183 const unsigned long *src, in bitmap_complement() 203 static inline int bitmap_empty(const unsigned long *src, long nbits) in bitmap_empty() 212 static inline int bitmap_full(const unsigned long *src, long nbits) in bitmap_full()
|
/qemu/crypto/ |
H A D | xts.c | 86 const xts_uint128 *src, in xts_tweak_encdec() 109 const uint8_t *src) in xts_decrypt() 185 const uint8_t *src) in xts_encrypt()
|
/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram.c | 50 static void ref_histogram(uint8_t *src, int stride, int width, int height, in ref_histogram() 64 static void hvx_histogram(uint8_t *src, int stride, int width, int height, in hvx_histogram()
|