OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_out
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c
125
int16_t
tmp_out
;
local
137
tmp_out
= *hp_data_out;
139
*lp_data_out++ +=
tmp_out
;
/frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcess.h
216
TO *
tmp_out
= out; // may remove if const out definition changes.
local
217
accum.volume(
tmp_out
, volumeLR[0]);
/external/wpa_supplicant_8/src/crypto/
tls_internal.c
402
u8 *
tmp_out
= NULL;
local
409
tmp_out
= os_malloc(skip + out_len);
410
if (!
tmp_out
)
412
_out =
tmp_out
;
431
bin_clear_free(
tmp_out
, skip);
tls_openssl.c
3200
u8 *
tmp_out
= NULL;
local
[
all
...]
/external/speex/libspeex/
mdf.c
971
spx_word32_t
tmp_out
;
local
[
all
...]
Completed in 180 milliseconds