Home
last modified time | relevance | path

Searched refs:timespec_is_zero (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/util/tests/timespec/
Dtimespec_test.cpp271 TEST(timespec_test, timespec_is_zero) in TEST() argument
277 EXPECT_TRUE(timespec_is_zero(&zero)); in TEST()
278 EXPECT_FALSE(timespec_is_zero(&non_zero_nsec)); in TEST()
279 EXPECT_FALSE(timespec_is_zero(&non_zero_sec)); in TEST()
/external/mesa3d/src/util/
Dtimespec.h268 timespec_is_zero(const struct timespec *a) in timespec_is_zero() function
/external/adhd/cras/src/common/
Dcras_util.h165 static inline int timespec_is_zero(const struct timespec *ts) in timespec_is_zero() function
/external/adhd/cras/src/server/
Ddev_io.c938 if (timespec_is_zero(&drop_time)) in dev_io_drop_samples()