Home
last modified time | relevance | path

Searched defs:tv_sec_hi (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Dtimespec.h195 timespec_to_proto(const struct timespec *a, uint32_t *tv_sec_hi, in timespec_to_proto()
254 timespec_from_proto(struct timespec *a, uint32_t tv_sec_hi, in timespec_from_proto()
/external/mesa3d/src/util/tests/timespec/
Dtimespec_test.cpp86 uint32_t tv_sec_hi; in TEST() local