HomeSort by: relevance | last modified time | path
    Searched defs:a_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
2516 a_dist = old_a_smoothed - *a_smoothed;
2518 a_dist = *a_smoothed - old_a_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
2516 a_dist = old_a_smoothed - *a_smoothed;
2518 a_dist = *a_smoothed - old_a_smoothed;
2525 dist_squared = (a_dist * a_dist) + (b_dist * b_dist);

Completed in 24 milliseconds