OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:result_mask_len
(Results
1 - 1
of
1
) sorted by null
/system/connectivity/shill/wifi/
wake_on_wifi.cc
193
int
result_mask_len
= (pattern_len + 8 - 1) / 8;
local
194
vector<unsigned char> result_mask(
result_mask_len
, 0);
[
all
...]
Completed in 586 milliseconds