Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-fallback.c246 dispatch->wheel.hi_res.x = dispatch->wheel.lo_res.x * 120; in fallback_flush_wheels()
247 dispatch->wheel.hi_res.y = dispatch->wheel.lo_res.y * 120; in fallback_flush_wheels()
251 dispatch->wheel.hi_res.x = 0; in fallback_flush_wheels()
252 dispatch->wheel.hi_res.y = 0; in fallback_flush_wheels()
261 dispatch->wheel.hi_res.y *= -1; in fallback_flush_wheels()
262 normalize_delta(device, &dispatch->wheel.hi_res, &unaccel); in fallback_flush_wheels()
267 dispatch->wheel.hi_res.x = 0; in fallback_flush_wheels()
268 dispatch->wheel.hi_res.y = 0; in fallback_flush_wheels()
273 if (dispatch->wheel.hi_res.y != 0) { in fallback_flush_wheels()
274 int value = dispatch->wheel.hi_res.y; in fallback_flush_wheels()
[all …]
Devdev-fallback.h102 struct device_coords hi_res; member
/third_party/mesa3d/src/compiler/nir/
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/
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()