Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 211) sorted by relevance

123456789

/qemu/tests/unit/
A Dtest-cutils.c487 int res; in test_qemu_strtoi_overflow() local
551 int res; in test_qemu_strtoi_underflow() local
607 int res; in test_qemu_strtoi_negative() local
1369 long res; in test_qemu_strtol_overflow() local
1428 long res; in test_qemu_strtol_underflow() local
2799 double res; in test_qemu_strtod_simple() local
2853 double res; in test_qemu_strtod_einval() local
2891 double res; in test_qemu_strtod_erange() local
2927 double res; in test_qemu_strtod_nonfinite() local
2963 double res; in test_qemu_strtod_trailing() local
[all …]
A Dtest-string-input-visitor.c49 int64_t res = 0, value = -42; in test_visitor_in_int() local
71 int64List *res = NULL; in check_ilist() local
89 uint64List *res = NULL; in check_ulist() local
115 int64List *res = NULL; in test_visitor_in_intList() local
224 uint64List *res = NULL; in test_visitor_in_uintList() local
328 bool res = false; in test_visitor_in_bool() local
365 double res = 0, value = 3.14; in test_visitor_in_number() local
391 char *res = NULL, *value = (char *) "Q E M U"; in test_visitor_in_string() local
409 EnumOne res = -1; in test_visitor_in_enum() local
A Dtest-qobject-input-visitor.c112 int64_t res = 0; in test_visitor_in_int() local
129 uint64_t res = 0; in test_visitor_in_uint() local
164 int64_t res = 0; in test_visitor_in_int_overflow() local
206 int64_t res = 0; in test_visitor_in_int_str_fail() local
219 bool res = false; in test_visitor_in_bool() local
231 bool res = false; in test_visitor_in_bool_keyval() local
244 bool res = false; in test_visitor_in_bool_str_keyval() local
256 bool res = false; in test_visitor_in_bool_str_fail() local
282 double res = 0; in test_visitor_in_large_number() local
333 double res = 0; in test_visitor_in_number_str_fail() local
[all …]
/qemu/tests/tcg/i386/
A Dtest-i386.h8 #define EXECOP2(size, rsize, res, s1, flags) \ argument
19 #define EXECOP1(size, rsize, res, flags) \ argument
34 long res, flags; in exec_opq() local
43 long res, flags; in exec_opl() local
51 long res, flags; in exec_opw() local
59 long res, flags; in exec_opb() local
68 long res, flags; in exec_opq() local
77 long res, flags; in exec_opl() local
85 long res, flags; in exec_opw() local
93 long res, flags; in exec_opb() local
A Dtest-i386-shift.h11 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
20 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
33 long res, flags; in exec_opq() local
47 long res, flags; in exec_opl() local
60 long res, flags; in exec_opw() local
72 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
84 long res, flags; in exec_opq() local
98 long res, flags; in exec_opl() local
111 long res, flags; in exec_opw() local
127 long res, flags; in exec_opb() local
A Dtest-i386-muldiv.h4 long res, s1, s0, flags; in glue() local
22 long res, s1, flags, resh; in glue() local
40 long res, s1, flags, resh; in glue() local
59 long res, s1, flags, resh; in glue() local
/qemu/target/arm/
A Dop_addsub.h25 uint32_t res = 0; in HELPER() local
36 uint32_t res = 0; in HELPER() local
49 uint32_t res = 0; in HELPER() local
60 uint32_t res = 0; in HELPER() local
73 uint32_t res = 0; in HELPER() local
84 uint32_t res = 0; in HELPER() local
/qemu/hw/display/
A Dvirtio-gpu-udmabuf.c29 static void virtio_gpu_create_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_create_udmabuf()
70 static void virtio_gpu_remap_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_remap_udmabuf()
81 static void virtio_gpu_destroy_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_destroy_udmabuf()
130 void virtio_gpu_init_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_init_udmabuf()
153 void virtio_gpu_fini_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_fini_udmabuf()
174 struct virtio_gpu_simple_resource *res, in virtio_gpu_create_dmabuf()
197 struct virtio_gpu_simple_resource *res, in virtio_gpu_update_dmabuf()
A Dvirtio-gpu-udmabuf-stubs.c10 void virtio_gpu_init_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_init_udmabuf()
15 void virtio_gpu_fini_udmabuf(struct virtio_gpu_simple_resource *res) in virtio_gpu_fini_udmabuf()
22 struct virtio_gpu_simple_resource *res, in virtio_gpu_update_dmabuf()
A Dvirtio-gpu.c49 struct virtio_gpu_simple_resource *res; in virtio_gpu_update_cursor_data() local
119 struct virtio_gpu_simple_resource *res; in virtio_gpu_find_resource() local
134 struct virtio_gpu_simple_resource *res; in virtio_gpu_find_check_resource() local
246 struct virtio_gpu_simple_resource *res; in virtio_gpu_resource_create_2d() local
318 struct virtio_gpu_simple_resource *res; in virtio_gpu_resource_create_blob() local
368 struct virtio_gpu_simple_resource *res; in virtio_gpu_disable_scanout() local
410 struct virtio_gpu_simple_resource *res; in virtio_gpu_resource_unref() local
434 struct virtio_gpu_simple_resource *res; in virtio_gpu_transfer_to_host_2d() local
491 struct virtio_gpu_simple_resource *res; in virtio_gpu_resource_flush() local
686 struct virtio_gpu_simple_resource *res; in virtio_gpu_set_scanout() local
[all …]
A Dvirtio-gpu-rutabaga.c35 struct virtio_gpu_simple_resource *res; in virtio_gpu_rutabaga_update_cursor() local
79 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_create_resource_2d() local
117 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_create_resource_3d() local
180 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_resource_unref() local
240 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_resource_flush() local
291 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_set_scanout() local
454 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_attach_backing() local
486 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_detach_backing() local
599 g_autofree struct virtio_gpu_simple_resource *res = NULL; in rutabaga_cmd_resource_create_blob() local
651 struct virtio_gpu_simple_resource *res; in rutabaga_cmd_resource_map_blob() local
[all …]
/qemu/tests/tcg/multiarch/
A Doverflow.c5 int res; in overflow_add_32() local
11 long long res; in overflow_add_64() local
17 int res; in overflow_sub_32() local
23 long long res; in overflow_sub_64() local
/qemu/tests/tcg/hexagon/
A Dread_write_overlap.c45 uint32_t res; in test_insert() local
58 uint32_t res; in insert_rp() local
79 uint32_t res; in asr_r_svw_trun() local
105 uint32_t res; in swiz() local
A Dv68_scalar.c55 int res; in loadw_aq() local
63 int res; in test_loadw_aq() local
73 long long res; in loadd_aq() local
81 long long res; in test_loadd_aq() local
A Dmisc.c325 int32_t res; in ct0() local
332 int32_t res; in ct1() local
339 int32_t res; in ct0p() local
346 int32_t res; in ct1p() local
376 int32_t res; in dpmpyss_rnd_s0() local
409 int32_t res; in main() local
/qemu/replay/
A Dreplay-char.c96 void replay_char_write_event_save(int res, int offset) in replay_char_write_event_save()
106 void replay_char_write_event_load(int *res, int *offset) in replay_char_write_event_load()
126 int res; in replay_char_read_all_load() local
133 int res = replay_get_dword(); in replay_char_read_all_load() local
141 void replay_char_read_all_save_error(int res) in replay_char_read_all_save_error()
A Dreplay.c144 bool res = false; in replay_next_event_is() local
177 int res = 0; in replay_get_instructions() local
212 bool res = replay_has_exception(); in replay_exception() local
224 bool res = false; in replay_has_exception() local
243 bool res = replay_has_interrupt(); in replay_interrupt() local
255 bool res = false; in replay_has_interrupt() local
318 bool res = false; in replay_has_event() local
/qemu/target/alpha/
A Dint_helper.c93 uint64_t res = 0; in helper_minub8() local
108 uint64_t res = 0; in helper_minsb8() local
124 uint64_t res = 0; in helper_minuw4() local
139 uint64_t res = 0; in helper_minsw4() local
155 uint64_t res = 0; in helper_maxub8() local
170 uint64_t res = 0; in helper_maxsb8() local
186 uint64_t res = 0; in helper_maxuw4() local
201 uint64_t res = 0; in helper_maxsw4() local
217 uint64_t res = 0; in helper_perr() local
/qemu/tests/qtest/libqos/
A Drtas.c35 uint64_t res; in qrtas_call() local
54 int res; in qrtas_get_time_of_day() local
79 int res; in qrtas_ibm_read_pci_config() local
102 int res; in qrtas_ibm_write_pci_config() local
/qemu/target/arm/tcg/
A Dop_helper.c127 uint32_t res; in HELPER() local
147 uint32_t res; in HELPER() local
181 uint32_t res = a + b; in HELPER() local
189 uint32_t res = a + b; in HELPER() local
199 uint32_t res = a - b; in HELPER() local
209 uint32_t res = a + b; in HELPER() local
219 uint32_t res = a - b; in HELPER() local
270 uint32_t res; in HELPER() local
286 uint32_t res; in HELPER() local
955 uint32_t res; in HELPER() local
[all …]
/qemu/libdecnumber/
A DdecNumber.c657 Unit *res; /* where result will be built */ in decNumberFromString() local
902 decNumber * decNumberAbs(decNumber *res, const decNumber *rhs, in decNumberAbs()
934 decNumber * decNumberAdd(decNumber *res, const decNumber *lhs, in decNumberAdd()
960 decNumber * decNumberAnd(decNumber *res, const decNumber *lhs, in decNumberAnd()
1211 decNumber * decNumberExp(decNumber *res, const decNumber *rhs, in decNumberExp()
1267 decNumber * decNumberFMA(decNumber *res, const decNumber *lhs, in decNumberFMA()
1431 decNumber * decNumberLn(decNumber *res, const decNumber *rhs, in decNumberLn()
1701 decNumber * decNumberMax(decNumber *res, const decNumber *lhs, in decNumberMax()
1968 decNumber * decNumberOr(decNumber *res, const decNumber *lhs, in decNumberOr()
4364 static decNumber * decDivideOp(decNumber *res, in decDivideOp()
[all …]
/qemu/target/hexagon/idef-parser/
A Dparser-helpers.c855 HexValue res; in gen_bin_op() local
974 HexValue res; in gen_cast_op() local
1086 HexValue res; in gen_extend_tcg_width_op() local
1180 HexValue res; in gen_rdeposit_op() local
1285 HexValue res; in gen_extract_op() local
1504 HexValue res; in gen_round() local
1563 HexValue res; in gen_locnt_op() local
1579 HexValue res; in gen_ctpop_op() local
1592 HexValue res; in gen_rotl() local
1873 HexValue res; in gen_rvalue_mpy() local
[all …]
/qemu/target/i386/hvf/
A Dx86_emu.c1072 uint8_t res; in exec_ror() local
1095 uint16_t res; in exec_ror() local
1120 uint32_t res; in exec_ror() local
1150 uint8_t res; in exec_rol() local
1176 uint16_t res; in exec_rol() local
1201 uint32_t res; in exec_rol() local
1233 uint8_t res; in exec_rcl() local
1255 uint16_t res; in exec_rcl() local
1281 uint32_t res; in exec_rcl() local
1318 uint8_t res; in exec_rcr() local
[all …]
/qemu/hw/net/
A Dvmware_utils.h68 uint8_t res; in vmw_shmem_ld8() local
84 uint16_t res; in vmw_shmem_ld16() local
102 uint32_t res; in vmw_shmem_ld32() local
120 uint64_t res; in vmw_shmem_ld64() local
/qemu/stubs/
A Dreplay-tools.c61 void replay_char_write_event_save(int res, int offset) in replay_char_write_event_save()
66 void replay_char_write_event_load(int *res, int *offset) in replay_char_write_event_load()
76 void replay_char_read_all_save_error(int res) in replay_char_read_all_save_error()

Completed in 116 milliseconds

123456789