OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:motion
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/trek/
klmove.c
75
int
motion
;
local in function:klmove
93
motion
= ranf(75) - 25;
94
motion
*= k->avgdist * Param.movefac[2 * Move.newquad + fl];
105
if (
motion
< 0) {
106
motion
= -
motion
;
114
for (;
motion
> 0;
motion
--) {
141
motion
= Quad[qx][qy].scanned;
142
if (
motion
>= 0 && motion < 1000
[
all
...]
/src/sys/dev/spi/
oj6sh.c
292
uint16_t
motion
;
local in function:oj6sh_motion
293
motion
= oj6sh_read(spi, OJ6SH_MOTION);
294
return (
motion
& __BIT(7) ? true : false);
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
kbdif.h
265
* rel_x - int32_t, relative X
motion
266
* rel_y - int32_t, relative Y
motion
267
* rel_z - int32_t, relative Z
motion
(wheel)
325
* rel_z - int32_t, relative Z
motion
(wheel)
353
* with a down event, followed by zero or more
motion
events,
402
* Multi-touch
motion
event
505
struct xenkbd_motion
motion
;
member in union:xenkbd_in_event
Completed in 36 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025