OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_reportSize
(Results
1 - 2
of
2
) sorted by null
/external/rmi4utils/f54test/
f54test.cpp
152
m_reportSize
= 0;
165
m_reportSize
= tx * rx;
173
m_reportSize
= 2 * tx * rx;
176
m_reportSize
= HIGH_RESISTANCE_DATA_SIZE;
181
m_reportSize
= (tx + 7) / 8;
186
m_reportSize
= 2 * rx * rx;
188
m_reportSize
= 2 * tx * rx;
191
m_reportSize
= FULL_RAW_CAP_MIN_MAX_DATA_SIZE;
196
m_reportSize
= 0;
198
m_reportSize
= 2 * rx * (rx - tx)
[
all
...]
f54test.h
696
unsigned int
m_reportSize
;
Completed in 44 milliseconds