/qemu/util/ |
H A D | lockcnt.c | 63 int expected = *val; in qemu_lockcnt_cmpxchg_or_wait() local 82 int expected = *val; in qemu_lockcnt_cmpxchg_or_wait() local 120 int expected = val; in qemu_lockcnt_inc() local 163 int expected = val; in qemu_lockcnt_dec_and_lock() local 260 int expected, new, val; in qemu_lockcnt_inc_and_unlock() local 278 int expected, new, val; in qemu_lockcnt_unlock() local
|
/qemu/tests/unit/ |
H A D | test-resv-mem.c | 39 GList *expected) in compare_ranges() 69 static void reset(GList **in, GList **out, GList **expected) in reset() 80 run_range_inverse_array(const char *prefix, GList **in, GList **expected, in run_range_inverse_array() 91 GList *in = NULL, *expected = NULL; in check_range_reverse_array() local 138 GList *in = NULL, *expected = NULL; in check_range_reverse_array_low_end() local
|
H A D | test-qht.c | 70 static void check(int a, int b, bool expected) in check() 108 static void check_n(size_t expected) in check_n() 133 static void iter_sum_check(unsigned int expected) in iter_sum_check() 156 unsigned int expected = 0; in iter_rm_mod_check() local
|
H A D | check-qobject.c | 40 static void do_test_equality(bool expected, int _, ...) in do_test_equality()
|
H A D | test-string-input-visitor.c | 69 static void check_ilist(Visitor *v, int64_t *expected, size_t n) in check_ilist() 87 static void check_ulist(Visitor *v, uint64_t *expected, size_t n) in check_ulist()
|
/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 89 static void test_cmos_byte(QTestState *qts, int reg, int expected) in test_cmos_byte() 100 uint8_t expected[]) in test_cmos_bytes() 525 static void read_bootdevices(QFWCFG *fw_cfg, CHSResult expected[]) in read_bootdevices() 695 CHSResult expected[]) in test_override() 726 CHSResult expected[] = { in test_override_ide() local 747 CHSResult expected[] = { in test_override_sata() local 768 CHSResult expected[] = { in test_override_scsi() local 799 CHSResult expected[] = { in test_override_scsi_q35() local 824 CHSResult expected[] = { in test_override_scsi_2_controllers() local 847 CHSResult expected[] = { in test_override_virtio_blk() local [all …]
|
H A D | acpi-utils.h | 29 #define ACPI_ASSERT_CMP(actual, expected) do { \ argument 35 #define ACPI_ASSERT_CMP64(actual, expected) do { \ argument
|
H A D | vmgenid-test.c | 119 QemuUUID expected, measured; in vmgenid_set_guid_test() local 150 QemuUUID expected, measured; in vmgenid_query_monitor_test() local
|
H A D | microbit-test.c | 269 uint32_t actual, expected; in test_nrf51_gpio() local 273 uint32_t expected; in test_nrf51_gpio() member
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | catch-syscalls.py | 8 def check_state(expected): argument
|
/qemu/tests/tcg/multiarch/ |
H A D | check-plugin-output.sh | 28 expected() function
|
/qemu/tests/tcg/s390x/ |
H A D | mvo.c | 8 uint8_t expected[6] = {0xff, 0x01, 0x23, 0x45, 0x6c, 0xff}; in main() local
|
H A D | mvc-smc.c | 64 int expected, size; in main() local
|
/qemu/tests/tcg/arm/ |
H A D | pcalign-a32.c | 12 static void *expected; variable
|
/qemu/tests/tcg/aarch64/ |
H A D | pcalign-a64.c | 8 static void *expected; variable
|
H A D | test-826.c | 8 static void *expected; variable
|
H A D | sme-fmopa-3.c | 15 static const float expected[4] = { variable
|
/qemu/tests/tcg/i386/ |
H A D | test-i386-f2xm1.c | 1116 int check_equal(long double res, long double expected) in check_equal()
|
H A D | test-i386-fyl2x.c | 1135 int check_equal(long double res, long double expected) in check_equal()
|
H A D | test-i386-fpatan.c | 1045 int check_equal(long double res, long double expected) in check_equal()
|
H A D | test-i386-fyl2xp1.c | 1130 int check_equal(long double res, long double expected) in check_equal()
|
/qemu/tests/tcg/plugins/ |
H A D | inline.c | 65 const uint64_t expected = global_count_insn; in stats_insn() local 88 const uint64_t expected = global_count_tb; in stats_tb() local 110 const uint64_t expected = global_count_mem; in stats_mem() local
|
/qemu/tests/tcg/mips/user/isa/r5900/ |
H A D | test_r5900_mult.c | 57 static void verify_mult_negations(int32_t rs, int32_t rt, int64_t expected) in verify_mult_negations()
|
H A D | test_r5900_madd.c | 65 static void verify_madd(int64_t a, int32_t rs, int32_t rt, int64_t expected) in verify_madd()
|
/qemu/rust/qemu-api-macros/src/ |
H A D | lib.rs | 60 let expected = parse_quote! { #[repr(C)] }; in is_c_repr() localVariable 73 let expected = parse_quote! { #[repr(transparent)] }; in is_transparent_repr() localVariable
|