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.c535 #define AR_SIZE 4 macro
538 TestStructTriv *ar[AR_SIZE];
572 TestStructTriv ar[AR_SIZE] = {}; in test_arr_ptr_str_no0_load()
579 for (idx = 0; idx < AR_SIZE; ++idx) { in test_arr_ptr_str_no0_load()
605 TestStructTriv ar[AR_SIZE] = {}; in test_arr_ptr_str_0_load()
612 for (idx = 0; idx < AR_SIZE; ++idx) { in test_arr_ptr_str_0_load()
616 for (idx = 0; idx < AR_SIZE; ++idx) { in test_arr_ptr_str_0_load()
626 int32_t *ar[AR_SIZE];
642 int32_t ar[AR_SIZE] = {0 , 1, 2, 3}; in test_arr_ptr_prim_0_save()
652 int32_t ar[AR_SIZE] = {3 , 42, 1, 0}; in test_arr_ptr_prim_0_load()
[all …]