Home
last modified time | relevance | path

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

/external/mesa3d/src/util/tests/timespec/
Dtimespec_test.cpp254 TEST(timespec_test, timespec_from_proto) in TEST() argument
258 timespec_from_proto(&a, 0, 0, 0); in TEST()
262 timespec_from_proto(&a, 0, 1234, 9999); in TEST()
266 timespec_from_proto(&a, 0x1234, 0x5678, 1); in TEST()
/external/mesa3d/src/util/
Dtimespec.h254 timespec_from_proto(struct timespec *a, uint32_t tv_sec_hi, in timespec_from_proto() function