Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-vmstate.c284 typedef struct TestSimpleArray { struct
286 } TestSimpleArray; typedef
290 TestSimpleArray obj_simple_arr = {
302 VMSTATE_UINT16_ARRAY(u16_1, TestSimpleArray, 3),
316 memcpy(target, source, sizeof(TestSimpleArray)); in obj_simple_arr_copy()
321 TestSimpleArray obj, obj_clone; in test_simple_array()