Home
last modified time | relevance | path

Searched refs:hi_res (Results 1 - 4 of 4) sorted by relevance

/third_party/libinput/src/
H A Devdev-wheel.c207 dispatch->wheel.hi_res.x = 0; in wheel_flush_scroll()
208 dispatch->wheel.hi_res.y = 0; in wheel_flush_scroll()
215 if (dispatch->wheel.hi_res.y != 0) { in wheel_flush_scroll()
216 int value = dispatch->wheel.hi_res.y; in wheel_flush_scroll()
226 dispatch->wheel.hi_res.y = 0; in wheel_flush_scroll()
243 if (dispatch->wheel.hi_res.x != 0) { in wheel_flush_scroll()
244 int value = dispatch->wheel.hi_res.x; in wheel_flush_scroll()
254 dispatch->wheel.hi_res.x = 0; in wheel_flush_scroll()
285 if (abs(dispatch->wheel.hi_res.x) >= ACC_V120_THRESHOLD || in wheel_handle_state_accumulating_scroll()
286 abs(dispatch->wheel.hi_res in wheel_handle_state_accumulating_scroll()
[all...]
H A Devdev-fallback.h116 struct device_coords hi_res; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c683 nir_ssa_def *hi_res = nir_iadd(b, nir_imm_intN_t(b, 32, 32), hi_count); in lower_ufind_msb64() local
684 return nir_bcsel(b, valid_hi_bits, hi_res, lo_count); in lower_ufind_msb64()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1889 int32_t hi_res = static_cast<int32_t>(result >> 32); in SoftwareInterrupt() local
1894 set_register(r1, hi_res); in SoftwareInterrupt()
2086 int32_t hi_res = 0; in DecodeType01() local
2092 hi_res = static_cast<int32_t>(result >> 32); in DecodeType01()
2099 hi_res = static_cast<int32_t>(result >> 32); in DecodeType01()
2103 set_register(rd_hi, hi_res); in DecodeType01()

Completed in 18 milliseconds