Searched refs:some_values (Results 1 – 1 of 1) sorted by relevance
32 static const int64_t some_values[] = { variable75 xcb_sync_query_counter_cookie_t queries[ARRAY_SIZE(some_values)]; in test_create_counter()77 for (int i = 0; i < ARRAY_SIZE(some_values); i++) { in test_create_counter()79 xcb_sync_create_counter(c, counter, sync_value(some_values[i])); in test_create_counter()83 for (int i = 0; i < ARRAY_SIZE(some_values); i++) { in test_create_counter()86 if (value != some_values[i]) { in test_create_counter()88 (long long)some_values[i], in test_create_counter()102 xcb_sync_query_counter_cookie_t queries[ARRAY_SIZE(some_values)]; in test_set_counter()106 for (int i = 0; i < ARRAY_SIZE(some_values); i++) { in test_set_counter()107 xcb_sync_set_counter(c, counter, sync_value(some_values[i])); in test_set_counter()[all …]