Searched refs:timespec_from_msec (Results 1 – 7 of 7) sorted by relevance
/third_party/weston/tests/ |
D | timespec-test.c | 249 ZUC_TEST(timespec_test, timespec_from_msec) in ZUC_TEST() argument 253 timespec_from_msec(&a, 0); in ZUC_TEST() 257 timespec_from_msec(&a, 999); in ZUC_TEST() 261 timespec_from_msec(&a, 1000); in ZUC_TEST() 265 timespec_from_msec(&a, 5001); in ZUC_TEST()
|
/third_party/mesa3d/src/util/tests/timespec/ |
D | timespec_test.cpp | 233 TEST(timespec_test, timespec_from_msec) in TEST() argument 237 timespec_from_msec(&a, 0); in TEST() 241 timespec_from_msec(&a, 999); in TEST() 245 timespec_from_msec(&a, 1000); in TEST() 249 timespec_from_msec(&a, 5001); in TEST()
|
/third_party/weston/shared/ |
D | timespec-util.h | 203 timespec_from_msec(struct timespec *a, int64_t b) in timespec_from_msec() function
|
/third_party/mesa3d/src/util/ |
D | timespec.h | 240 timespec_from_msec(struct timespec *a, uint64_t b) in timespec_from_msec() function
|
/third_party/weston/compositor/ |
D | screen-share.c | 152 timespec_from_msec(&ts, time); in ss_seat_handle_motion() 170 timespec_from_msec(&ts, time); in ss_seat_handle_button() 188 timespec_from_msec(&ts, time); in ss_seat_handle_axis() 288 timespec_from_msec(&ts, time); in ss_seat_handle_key()
|
D | text-backend.c | 707 timespec_from_msec(&ts, time); in input_method_context_key()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 1767 timespec_from_msec(&ts, time); in input_handle_motion() 1822 timespec_from_msec(&ts, time); in input_handle_button() 1853 timespec_from_msec(&ts, time); in input_handle_axis() 1889 timespec_from_msec(&ts, time); in input_handle_axis_stop() 2055 timespec_from_msec(&ts, time); in input_handle_key() 2127 timespec_from_msec(&ts, time); in input_handle_touch_down() 2179 timespec_from_msec(&ts, time); in input_handle_touch_up() 2223 timespec_from_msec(&ts, time); in input_handle_touch_motion()
|