Home
last modified time | relevance | path

Searched refs:t2_mono (Results 1 – 2 of 2) sorted by relevance

/third_party/libevdev/test/
Dtest-libevdev-init.c616 struct timespec t1_mono, t2_mono; in START_TEST() local
643 clock_gettime(CLOCK_MONOTONIC, &t2_mono); in START_TEST()
666 ck_assert_int_le(ev2.input_event_sec, t2_mono.tv_sec); in START_TEST()
667 ck_assert_int_le(ev2.input_event_usec, t2_mono.tv_nsec/1000); in START_TEST()
/third_party/libevdev/
Dthird_party_libevdev.diff30800 + struct timespec t1_mono, t2_mono;
30827 + clock_gettime(CLOCK_MONOTONIC, &t2_mono);
30850 + ck_assert_int_le(ev2.input_event_sec, t2_mono.tv_sec);
30851 + ck_assert_int_le(ev2.input_event_usec, t2_mono.tv_nsec/1000);