Searched refs:count_end (Results 1 – 2 of 2) sorted by relevance
719 int fd, count_start, count_end; in defer_hangcheck() local734 count_end = get_reset_count(fd, 0); in defer_hangcheck()735 igt_assert_lte(0, count_end); in defer_hangcheck()737 if (count_end > count_start) in defer_hangcheck()743 igt_assert_lt(count_start, count_end); in defer_hangcheck()
1138 let count_end = specialize_err( in parse_counted_repetition() localVariable1143 range = ast::RepetitionRange::Bounded(count_start, count_end); in parse_counted_repetition()