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

  /src/sys/dev/usb/
uatp.c 2461 int old_b_raw = *b_raw, old_b_smoothed = *b_smoothed; local in function:move
2482 if ((old_a_smoothed < 0) || (old_b_smoothed < 0)) {
2485 old_b_smoothed = old_b_raw;
2493 CHECK_(0 <= old_b_smoothed);
2495 CHECK_(old_b_smoothed <= UATP_MAX_POSITION);
2501 *b_smoothed = smooth(sc, old_b_raw, old_b_smoothed, *b_raw);
2520 if (*b_smoothed < old_b_smoothed)
2521 b_dist = old_b_smoothed - *b_smoothed;
2523 b_dist = *b_smoothed - old_b_smoothed;
2542 (int)(*b_smoothed - old_b_smoothed))) {
    [all...]
uatp.c 2461 int old_b_raw = *b_raw, old_b_smoothed = *b_smoothed; local in function:move
2482 if ((old_a_smoothed < 0) || (old_b_smoothed < 0)) {
2485 old_b_smoothed = old_b_raw;
2493 CHECK_(0 <= old_b_smoothed);
2495 CHECK_(old_b_smoothed <= UATP_MAX_POSITION);
2501 *b_smoothed = smooth(sc, old_b_raw, old_b_smoothed, *b_raw);
2520 if (*b_smoothed < old_b_smoothed)
2521 b_dist = old_b_smoothed - *b_smoothed;
2523 b_dist = *b_smoothed - old_b_smoothed;
2542 (int)(*b_smoothed - old_b_smoothed))) {
    [all...]

Completed in 24 milliseconds