Searched refs:ar_gt (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 570 TestStructTriv ar_gt[AR_SIZE] = {{.i = 0}, {.i = 1}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_no0_load() local 580 g_assert_cmpint(ar_gt[idx].i, ==, ar[idx].i); in test_arr_ptr_str_no0_load() 603 TestStructTriv ar_gt[AR_SIZE] = {{.i = 0}, {.i = 0}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_0_load() local 613 g_assert_cmpint(ar_gt[idx].i, ==, ar[idx].i); in test_arr_ptr_str_0_load() 650 int32_t ar_gt[AR_SIZE] = {0, 1, 2, 3}; in test_arr_ptr_prim_0_load() local 663 g_assert_cmpint(ar_gt[idx], ==, ar[idx]); in test_arr_ptr_prim_0_load()
|