HomeSort by: relevance | last modified time | path
    Searched defs:old_a_smoothed (Results 1 - 3 of 3) 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
2482 if ((old_a_smoothed < 0) || (old_b_smoothed < 0)) {
2484 old_a_smoothed = old_a_raw;
2492 CHECK_(0 <= old_a_smoothed);
2494 CHECK_(old_a_smoothed <= UATP_MAX_POSITION);
2500 *a_smoothed = smooth(sc, old_a_raw, old_a_smoothed, *a_raw);
2515 if (*a_smoothed < old_a_smoothed)
2516 a_dist = old_a_smoothed - *a_smoothed;
2518 a_dist = *a_smoothed - old_a_smoothed;
2541 (int)(*a_smoothed - old_a_smoothed),
    [all...]
uatp.c 2460 int old_a_raw = *a_raw, old_a_smoothed = *a_smoothed; local in function:move
2482 if ((old_a_smoothed < 0) || (old_b_smoothed < 0)) {
2484 old_a_smoothed = old_a_raw;
2492 CHECK_(0 <= old_a_smoothed);
2494 CHECK_(old_a_smoothed <= UATP_MAX_POSITION);
2500 *a_smoothed = smooth(sc, old_a_raw, old_a_smoothed, *a_raw);
2515 if (*a_smoothed < old_a_smoothed)
2516 a_dist = old_a_smoothed - *a_smoothed;
2518 a_dist = *a_smoothed - old_a_smoothed;
2541 (int)(*a_smoothed - old_a_smoothed),
    [all...]
uatp.c 2460 int old_a_raw = *a_raw, old_a_smoothed = *a_smoothed; local in function:move
2482 if ((old_a_smoothed < 0) || (old_b_smoothed < 0)) {
2484 old_a_smoothed = old_a_raw;
2492 CHECK_(0 <= old_a_smoothed);
2494 CHECK_(old_a_smoothed <= UATP_MAX_POSITION);
2500 *a_smoothed = smooth(sc, old_a_raw, old_a_smoothed, *a_raw);
2515 if (*a_smoothed < old_a_smoothed)
2516 a_dist = old_a_smoothed - *a_smoothed;
2518 a_dist = *a_smoothed - old_a_smoothed;
2541 (int)(*a_smoothed - old_a_smoothed),
    [all...]

Completed in 39 milliseconds