Home
last modified time | relevance | path

Searched defs:ar (Results 26 – 28 of 28) sorted by path

12

/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c232 address_range ar = {addr, len}; in fuzz_dma_read_cb() local
/qemu/tests/tcg/s390x/
H A Dlae.c11 unsigned long long ar = -1, b2 = 100000, r, x2 = 500; in main() local
/qemu/tests/unit/
H A Dtest-vmstate.c537 TestStructTriv *ar[AR_SIZE]; member
561 TestStructTriv ar[AR_SIZE] = {{.i = 0}, {.i = 1}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_no0_save() local
571 TestStructTriv ar[AR_SIZE] = {}; in test_arr_ptr_str_no0_load() local
594 TestStructTriv ar[AR_SIZE] = {{.i = 0}, {.i = 1}, {.i = 2}, {.i = 3} }; in test_arr_ptr_str_0_save() local
604 TestStructTriv ar[AR_SIZE] = {}; in test_arr_ptr_str_0_load() local
625 int32_t *ar[AR_SIZE]; member
641 int32_t ar[AR_SIZE] = {0 , 1, 2, 3}; in test_arr_ptr_prim_0_save() local
651 int32_t ar[AR_SIZE] = {3 , 42, 1, 0}; in test_arr_ptr_prim_0_load() local

12