OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_a_smoothed
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/usb/
uatp.c
2460
int old_a_raw = *a_raw,
old_a_smoothed
= *a_smoothed;
local in function:move
2482
if ((
old_a_smoothed
< 0) || (old_b_smoothed < 0)) {
2484
old_a_smoothed
= old_a_raw;
2492
CHECK_(0 <=
old_a_smoothed
);
2494
CHECK_(
old_a_smoothed
<= UATP_MAX_POSITION);
2500
*a_smoothed = smooth(sc, old_a_raw,
old_a_smoothed
, *a_raw);
2515
if (*a_smoothed <
old_a_smoothed
)
2516
a_dist =
old_a_smoothed
- *a_smoothed;
2518
a_dist = *a_smoothed -
old_a_smoothed
;
2541
(int)(*a_smoothed -
old_a_smoothed
),
[
all
...]
uatp.c
2460
int old_a_raw = *a_raw,
old_a_smoothed
= *a_smoothed;
local in function:move
2482
if ((
old_a_smoothed
< 0) || (old_b_smoothed < 0)) {
2484
old_a_smoothed
= old_a_raw;
2492
CHECK_(0 <=
old_a_smoothed
);
2494
CHECK_(
old_a_smoothed
<= UATP_MAX_POSITION);
2500
*a_smoothed = smooth(sc, old_a_raw,
old_a_smoothed
, *a_raw);
2515
if (*a_smoothed <
old_a_smoothed
)
2516
a_dist =
old_a_smoothed
- *a_smoothed;
2518
a_dist = *a_smoothed -
old_a_smoothed
;
2541
(int)(*a_smoothed -
old_a_smoothed
),
[
all
...]
uatp.c
2460
int old_a_raw = *a_raw,
old_a_smoothed
= *a_smoothed;
local in function:move
2482
if ((
old_a_smoothed
< 0) || (old_b_smoothed < 0)) {
2484
old_a_smoothed
= old_a_raw;
2492
CHECK_(0 <=
old_a_smoothed
);
2494
CHECK_(
old_a_smoothed
<= UATP_MAX_POSITION);
2500
*a_smoothed = smooth(sc, old_a_raw,
old_a_smoothed
, *a_raw);
2515
if (*a_smoothed <
old_a_smoothed
)
2516
a_dist =
old_a_smoothed
- *a_smoothed;
2518
a_dist = *a_smoothed -
old_a_smoothed
;
2541
(int)(*a_smoothed -
old_a_smoothed
),
[
all
...]
Completed in 39 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025