Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dtimespec.h122 timespec_to_nsec(const struct timespec *a) in timespec_to_nsec() function
139 return timespec_to_nsec(&r); in timespec_sub_to_nsec()
/external/mesa3d/src/util/tests/timespec/
Dtimespec_test.cpp56 TEST(timespec_test, timespec_to_nsec) in TEST() argument
62 EXPECT_EQ(timespec_to_nsec(&a), (NSEC_PER_SEC * 4ULL) + 4); in TEST()