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 - 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 32 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025