HomeSort by: relevance | last modified time | path
    Searched defs:old_a_raw (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uatp.c 2460 int old_a_raw = *a_raw, old_a_smoothed = *a_smoothed; local in function:move
2475 if ((old_a_raw < 0) || (old_b_raw < 0)) {
2478 old_a_raw, old_b_raw, a, b));
2484 old_a_smoothed = old_a_raw;
2488 CHECK_(0 <= old_a_raw);
2490 CHECK_(old_a_raw <= UATP_MAX_POSITION);
2500 *a_smoothed = smooth(sc, old_a_raw, old_a_smoothed, *a_raw);
2564 *da = accelerate(sc, old_a_raw, *a_raw, old_a_smoothed, *a_smoothed,

Completed in 14 milliseconds