Searched refs:tv_sec_lo (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | timespec_test.cpp | 90 uint32_t tv_sec_lo; in TEST() local 95 timespec_to_proto(&a, &tv_sec_hi, &tv_sec_lo, &tv_nsec); in TEST() 97 EXPECT_EQ(0, tv_sec_lo); in TEST() 102 timespec_to_proto(&a, &tv_sec_hi, &tv_sec_lo, &tv_nsec); in TEST() 104 EXPECT_EQ(1234, tv_sec_lo); in TEST() 109 timespec_to_proto(&a, &tv_sec_hi, &tv_sec_lo, &tv_nsec); in TEST() 111 EXPECT_EQ(0x70005678, tv_sec_lo); in TEST()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | timespec.h | 214 uint32_t *tv_sec_lo, uint32_t *tv_nsec) in timespec_to_proto() argument 222 *tv_sec_lo = sec64 & 0xffffffff; in timespec_to_proto() 273 uint32_t tv_sec_lo, uint32_t tv_nsec) in timespec_from_proto() argument 275 a->tv_sec = ((uint64_t)tv_sec_hi << 32) + tv_sec_lo; in timespec_from_proto()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 1929 uint32_t tv_sec_hi, uint32_t tv_sec_lo, in presentation_handle_presented() argument
|