OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kState
(Results
1 - 2
of
2
) sorted by null
/system/weaved/brillo/
weaved_system_properties.cc
20
const char
kState
[] = "weave.state";
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_unittest.cc
25
const int
kState
= 2;
28
int32_t state_ch1[
kState
] = {0};
29
int32_t state_ch2[
kState
] = {0};
30
const int32_t out_state_ch1[
kState
] = {-809122714, 1645972152};
31
const int32_t out_state_ch2[
kState
] = {428019288, 1057309936};
58
for (int i = 0; i <
kState
; i++) {
Completed in 80 milliseconds