Home
last modified time | relevance | path

Searched refs:ar_gt (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c571 TestStructTriv ar_gt[AR_SIZE] = {{.i = 0}, {.i = 1}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_no0_load() local
581 g_assert_cmpint(ar_gt[idx].i, ==, ar[idx].i); in test_arr_ptr_str_no0_load()
604 TestStructTriv ar_gt[AR_SIZE] = {{.i = 0}, {.i = 0}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_0_load() local
614 g_assert_cmpint(ar_gt[idx].i, ==, ar[idx].i); in test_arr_ptr_str_0_load()
651 int32_t ar_gt[AR_SIZE] = {0, 1, 2, 3}; in test_arr_ptr_prim_0_load() local
664 g_assert_cmpint(ar_gt[idx], ==, ar[idx]); in test_arr_ptr_prim_0_load()