Lines Matching refs:vo
102 FP3232 vi, vo; in test_values_XIRawEvent() local
111 vo.integral = value->integral; in test_values_XIRawEvent()
112 vo.frac = value->frac; in test_values_XIRawEvent()
114 swapl(&vo.integral); in test_values_XIRawEvent()
115 swapl(&vo.frac); in test_values_XIRawEvent()
118 assert(vi.integral == vo.integral); in test_values_XIRawEvent()
119 assert(vi.frac == vo.frac); in test_values_XIRawEvent()
125 vo.integral = raw_value->integral; in test_values_XIRawEvent()
126 vo.frac = raw_value->frac; in test_values_XIRawEvent()
128 swapl(&vo.integral); in test_values_XIRawEvent()
129 swapl(&vo.frac); in test_values_XIRawEvent()
132 assert(vi.integral == vo.integral); in test_values_XIRawEvent()
133 assert(vi.frac == vo.frac); in test_values_XIRawEvent()
379 FP3232 vi, vo; in test_values_XIDeviceEvent() local
382 vo = *values; in test_values_XIDeviceEvent()
385 swapl(&vo.integral); in test_values_XIDeviceEvent()
386 swapl(&vo.frac); in test_values_XIDeviceEvent()
389 assert(vi.integral == vo.integral); in test_values_XIDeviceEvent()
390 assert(vi.frac == vo.frac); in test_values_XIDeviceEvent()