OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curr_val
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/security/securityPatch/CVE-2016-8448/
poc.c
45
int
curr_val
= 0xf1111111;
local
47
layerInfo.layer_id =
curr_val
;
52
curr_val
--;
53
if(
curr_val
== -1) {
/external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.cc
158
float
curr_val
,
164
curr_val
= 1.0f /
curr_val
;
167
-(next_val - prev_val) * 0.5f / (next_val + prev_val - 2.f *
curr_val
);
Completed in 866 milliseconds