OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025