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

  /src/sys/dev/usb/
uatp.c 2462 unsigned int a_dist, b_dist, dist_squared; local in function:move
2521 b_dist = old_b_smoothed - *b_smoothed;
2523 b_dist = *b_smoothed - old_b_smoothed;
2525 dist_squared = (a_dist * a_dist) + (b_dist * b_dist);
uatp.c 2462 unsigned int a_dist, b_dist, dist_squared; local in function:move
2521 b_dist = old_b_smoothed - *b_smoothed;
2523 b_dist = *b_smoothed - old_b_smoothed;
2525 dist_squared = (a_dist * a_dist) + (b_dist * b_dist);

Completed in 123 milliseconds