Lines Matching full:corresponding

27 // Test the use cases of the vmstate macro, corresponding to the following C
61 // 1st VMStateField ("elem") in VMSTATE_FOOA (corresponding to VMSTATE_UINT16) in test_vmstate_uint16()
81 // 2nd VMStateField ("unused") in VMSTATE_FOOA (corresponding to VMSTATE_UNUSED) in test_vmstate_unused()
101 // 3rd VMStateField ("arr") in VMSTATE_FOOA (corresponding to in test_vmstate_varray_uint16_unsafe()
122 // 4th VMStateField ("arr_mul") in VMSTATE_FOOA (corresponding to in test_vmstate_varray_multiply()
146 // Test the use cases of the vmstate macro, corresponding to the following C
193 // 1st VMStateField ("val") in VMSTATE_FOOB (corresponding to VMSTATE_BOOL_V) in test_vmstate_bool_v()
213 // 2nd VMStateField ("wrap") in VMSTATE_FOOB (corresponding to VMSTATE_U64) in test_vmstate_uint64()
233 // 3rd VMStateField ("arr_a") in VMSTATE_FOOB (corresponding to in test_vmstate_struct_varray_uint8()
257 // 4th VMStateField ("arr_a_mul") in VMSTATE_FOOB (corresponding to in test_vmstate_struct_varray_uint32_multiply()
283 // 5th VMStateField ("arr_i64") in VMSTATE_FOOB (corresponding to in test_vmstate_macro_array()
306 // 6th VMStateField ("arr_a_wrap") in VMSTATE_FOOB (corresponding to in test_vmstate_struct_varray_uint8_wrapper()
321 // Test the use cases of the vmstate macro, corresponding to the following C
359 // 1st VMStateField ("ptr") in VMSTATE_FOOC (corresponding to VMSTATE_POINTER) in test_vmstate_pointer()
382 // 3rd VMStateField ("arr_ptr") in VMSTATE_FOOC (corresponding to in test_vmstate_macro_array_of_pointer()
406 // 4th VMStateField ("arr_ptr_wrap") in VMSTATE_FOOC (corresponding to in test_vmstate_macro_array_of_pointer_wrapped()
430 // Test the use cases of the vmstate macro, corresponding to the following C