OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_tmp
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/
android_keymaster_test_utils.cpp
264
keymaster_blob_t
out_tmp
;
local
267
input_consumed, &out_params, &
out_tmp
);
268
if (error == KM_ERROR_OK &&
out_tmp
.data)
269
output->append(reinterpret_cast<const char*>(
out_tmp
.data),
out_tmp
.data_length);
270
free(const_cast<uint8_t*>(
out_tmp
.data));
280
keymaster_blob_t
out_tmp
;
local
283
input_consumed, &out_params, &
out_tmp
);
284
if (error == KM_ERROR_OK &&
out_tmp
.data)
285
output->append(reinterpret_cast<const char*>(
out_tmp
.data), out_tmp.data_length)
308
keymaster_blob_t
out_tmp
;
local
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c
303
int32_t
out_tmp
, tmp32;
local
570
out_tmp
= tmp32 >> 16;
571
if (
out_tmp
> 4095)
574
} else if (
out_tmp
< -4096)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
1651
utype
out_tmp
=0;
local
[
all
...]
Completed in 98 milliseconds