OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_dist
(Results
1 - 1
of
1
) 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);
Completed in 12 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025