Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 217) sorted by relevance

123456789

/qemu/tests/unit/
A Dtest-clone-visitor.c17 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
A Dtest-forward-visitor.c31 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
A Dio-channel-helpers.c26 QIOChannel *src; member
104 QIOChannel *src, in qio_channel_test_run_threads()
130 QIOChannel *src) in qio_channel_test_run_writer()
A Dtest-io-channel-socket.c31 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
A Dtest-io-channel-file.c43 QIOChannel *src, *dst; in test_io_channel_file_helper() local
108 QIOChannel *src, *dst; in test_io_channel_pipe() local
A Dcheck-block-qdict.c423 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/
A Dfop_helper.c191 float32 helper_fitos(CPUSPARCState *env, int32_t src) in helper_fitos()
198 float64 helper_fitod(CPUSPARCState *env, int32_t src) in helper_fitod()
205 Int128 helper_fitoq(CPUSPARCState *env, int32_t src) in helper_fitoq()
227 Int128 helper_fxtoq(CPUSPARCState *env, int64_t src) in helper_fxtoq()
250 float32 helper_fqtos(CPUSPARCState *env, Int128 src) in helper_fqtos()
257 Int128 helper_fstoq(CPUSPARCState *env, float32 src) in helper_fstoq()
264 float64 helper_fqtod(CPUSPARCState *env, Int128 src) in helper_fqtod()
271 Int128 helper_fdtoq(CPUSPARCState *env, float64 src) in helper_fdtoq()
293 int32_t helper_fqtoi(CPUSPARCState *env, Int128 src) in helper_fqtoi()
316 int64_t helper_fqtox(CPUSPARCState *env, Int128 src) in helper_fqtox()
[all …]
/qemu/ui/
A Dinput.c32 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()
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()
483 void qemu_input_queue_rel(QemuConsole *src, InputAxis axis, int value) in qemu_input_queue_rel()
497 void qemu_input_queue_abs(QemuConsole *src, InputAxis axis, int value, in qemu_input_queue_abs()
[all …]
/qemu/target/arm/tcg/
A Dvec_internal.h79 static inline int32_t do_sqrshl_bhs(int32_t src, int32_t shift, int bits, in do_sqrshl_bhs()
114 static inline uint32_t do_uqrshl_bhs(uint32_t src, int32_t shift, int bits, in do_uqrshl_bhs()
145 static inline int32_t do_suqrshl_bhs(int32_t src, int32_t shift, int bits, in do_suqrshl_bhs()
155 static inline int64_t do_sqrshl_d(int64_t src, int64_t shift, in do_sqrshl_d()
183 static inline uint64_t do_uqrshl_d(uint64_t src, int64_t shift, in do_uqrshl_d()
207 static inline int64_t do_suqrshl_d(int64_t src, int64_t shift, in do_suqrshl_d()
/qemu/subprojects/libvhost-user/
A Dlibvhost-user-glib.c51 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/
A Dclone-visitor.h33 #define QAPI_CLONE(type, src) \ argument
52 #define QAPI_CLONE_MEMBERS(type, dst, src) \ argument
/qemu/scripts/
A Dmodinfo-collect.py10 def find_command(src, target, compile_commands): argument
19 def process_command(src, command): argument
/qemu/qobject/
A Dblock-qdict.c25 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/
A Dqcow2-threads.c74 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/
A Dcc_helper.c36 static uint32_t cc_calc_ltgt_32(int32_t src, int32_t dst) in cc_calc_ltgt_32()
52 static uint32_t cc_calc_ltgt_64(int64_t src, int64_t dst) in cc_calc_ltgt_64()
68 static uint32_t cc_calc_ltugtu_32(uint32_t src, uint32_t dst) in cc_calc_ltugtu_32()
79 static uint32_t cc_calc_ltugtu_64(uint64_t src, uint64_t dst) in cc_calc_ltugtu_64()
271 static uint32_t cc_calc_sla(uint64_t src, int shift) in cc_calc_sla()
349 uint64_t src, uint64_t dst, uint64_t vr) in do_calc_cc()
467 uint32_t calc_cc(CPUS390XState *env, uint32_t cc_op, uint64_t src, uint64_t dst, in calc_cc()
/qemu/tests/tcg/s390x/
A Dmvc.c18 static inline void mvc_256(const char *dst, const char *src) in mvc_256()
30 char *src, *dst; in main() local
A Dmie3-mvcrl.c6 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/
A Derror.c23 const char *src, *func; member
58 const char *src, int line, const char *func, in error_setv()
88 const char *src, int line, const char *func, in error_set_internal()
99 const char *src, int line, const char *func, in error_setg_internal()
110 const char *src, int line, const char *func, in error_setg_errno_internal()
125 const char *src, int line, const char *func, in error_setg_file_open_internal()
181 const char *src, int line, const char *func, in error_setg_win32_internal()
A Dbitmap.c98 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/chardev/
A Dchar-fd.c97 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/
A Dtranslate.c1506 TCGv src; in DISAS_INSN() local
1525 TCGv src; in DISAS_INSN() local
1723 TCGv src; in DISAS_INSN() local
1816 TCGv src; in DISAS_INSN() local
2485 TCGv src; in DISAS_INSN() local
2523 TCGv src; in DISAS_INSN() local
2845 TCGv src; in DISAS_INSN() local
2931 TCGv src; in DISAS_INSN() local
3018 TCGv src; in DISAS_INSN() local
3035 TCGv src; in DISAS_INSN() local
[all …]
/qemu/target/hexagon/
A Dgenptr.c285 TCGv gen_get_byte(TCGv result, int N, TCGv src, bool sign) in gen_get_byte()
295 TCGv gen_get_byte_i64(TCGv result, int N, TCGv_i64 src, bool sign) in gen_get_byte_i64()
308 TCGv gen_get_half(TCGv result, int N, TCGv src, bool sign) in gen_get_half()
318 void gen_set_half(int N, TCGv result, TCGv src) in gen_set_half()
323 void gen_set_half_i64(int N, TCGv_i64 result, TCGv src) in gen_set_half_i64()
330 void gen_set_byte_i64(int N, TCGv_i64 result, TCGv src) in gen_set_byte_i64()
410 void gen_store32(TCGv vaddr, TCGv src, int width, uint32_t slot) in gen_store32()
417 void gen_store1(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store1()
428 void gen_store2(TCGv_env tcg_env, TCGv vaddr, TCGv src, uint32_t slot) in gen_store2()
804 static void gen_return(DisasContext *ctx, TCGv_i64 dst, TCGv src) in gen_return()
[all …]
/qemu/include/qemu/
A Dbitmap.h133 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/
A Dxts.c86 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/
A Dhvx_histogram.c50 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()

Completed in 84 milliseconds

123456789