Searched refs:expected_value (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/sync/ |
| H A D | sync.c | 138 int64_t expected_value = 0; in test_change_counter_basic() local 140 expected_value += i; in test_change_counter_basic() 143 if (value != expected_value) { in test_change_counter_basic() 146 (long long)expected_value, in test_change_counter_basic() 188 int64_t expected_value = a; in test_change_counter_overflow() local 210 if (value != expected_value) { in test_change_counter_overflow() 214 (long long)expected_value, in test_change_counter_overflow()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | soc15_common.h | 53 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask) \ argument 60 while ((tmp_ & (mask)) != (expected_value)) { \ 70 inst, #reg, (unsigned)expected_value, (unsigned)(tmp_ & (mask))); \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | utils.py | 408 expected_value = "stuff morestuff" 422 self.assertEqual(expected_value, testvalue)
|