Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c534 #define AR_SIZE 4 macro
537 TestStructTriv *ar[AR_SIZE];
546 AR_SIZE, 0, vmsd_tst, TestStructTriv),
561 TestStructTriv ar[AR_SIZE] = {{.i = 0}, {.i = 1}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_no0_save()
570 TestStructTriv ar_gt[AR_SIZE] = {{.i = 0}, {.i = 1}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_no0_load()
571 TestStructTriv ar[AR_SIZE] = {}; in test_arr_ptr_str_no0_load()
578 for (idx = 0; idx < AR_SIZE; ++idx) { in test_arr_ptr_str_no0_load()
594 TestStructTriv ar[AR_SIZE] = {{.i = 0}, {.i = 1}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_0_save()
603 TestStructTriv ar_gt[AR_SIZE] = {{.i = 0}, {.i = 0}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_0_load()
604 TestStructTriv ar[AR_SIZE] = {}; in test_arr_ptr_str_0_load()
[all …]