Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dtimespec-test.c290 struct timespec non_zero_sec = { .tv_sec = 1, .tv_nsec = 0 }; in ZUC_TEST() local
295 ZUC_ASSERT_FALSE(timespec_is_zero(&non_zero_sec)); in ZUC_TEST()
/third_party/mesa3d/src/util/tests/timespec/
Dtimespec_test.cpp274 struct timespec non_zero_sec = { .tv_sec = 1, .tv_nsec = 0 }; in TEST() local
279 EXPECT_FALSE(timespec_is_zero(&non_zero_sec)); in TEST()