OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOR_KEYS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
matrixkp_subr.c
93
FOR_KEYS
(i, sc->mxkp_pressed[i] = 0);
108
FOR_KEYS
(i, scanned[i] = 0);
110
FOR_KEYS
(i, changed[i] = sc->mxkp_pressed[i] ^ scanned[i]);
111
FOR_KEYS
(i, anychanged |= changed[i]);
116
FOR_KEYS
(i, changed[i] &= sc->mxkp_pressed[i] ^ scanned[i]);
117
FOR_KEYS
(i, anychanged |= changed[i]);
120
FOR_KEYS
(i, set[i] = changed[i] & scanned[i]);
121
FOR_KEYS
(i, cleared[i] = changed[i] & sc->mxkp_pressed[i]);
123
FOR_KEYS
(i, sc->mxkp_pressed[i] &= ~cleared[i]);
124
FOR_KEYS
(i, sc->mxkp_pressed[i] |= set[i])
[
all
...]
matrixkpvar.h
30
#define
FOR_KEYS
(x, y) \
Completed in 11 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025