Searched refs:second_val (Results 1 – 3 of 3) sorted by relevance
118 uint64_t first_val, second_val; in test_timestamp_moving() local122 igt_fail_on(timer_query(fd, &second_val) != 0); in test_timestamp_moving()123 igt_assert(second_val != first_val); in test_timestamp_moving()128 uint64_t first_val, second_val; in test_timestamp_monotonic() local136 igt_fail_on(timer_query(fd, &second_val) != 0); in test_timestamp_monotonic()137 if (second_val < first_val && retry) { in test_timestamp_monotonic()140 first_val = second_val; in test_timestamp_monotonic()143 igt_assert(second_val >= first_val); in test_timestamp_monotonic()
1133 int64_t second_val = src->Int(vform, i + 1); in SMinMaxP() local1136 dst_val = (first_val > second_val) ? first_val : second_val; in SMinMaxP()1138 dst_val = (first_val < second_val) ? first_val : second_val; in SMinMaxP()1283 uint64_t second_val = src->Uint(vform, i + 1); in UMinMaxP() local1286 dst_val = (first_val > second_val) ? first_val : second_val; in UMinMaxP()1288 dst_val = (first_val < second_val) ? first_val : second_val; in UMinMaxP()
1202 int64_t second_val = src->Int(vform, i + 1); in sminmaxp() local1205 dst_val = (first_val > second_val) ? first_val : second_val; in sminmaxp()1207 dst_val = (first_val < second_val) ? first_val : second_val; in sminmaxp()1382 uint64_t second_val = src->Uint(vform, i + 1); in uminmaxp() local1385 dst_val = (first_val > second_val) ? first_val : second_val; in uminmaxp()1387 dst_val = (first_val < second_val) ? first_val : second_val; in uminmaxp()