OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_length
(Results
1 - 2
of
2
) sorted by null
/external/android-clat/
checksum.c
110
uint16_t temp_protocol,
temp_length
;
local
113
temp_length
= htons(len);
119
current = ip_checksum_add(current, &
temp_length
, sizeof(uint16_t));
/external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc
107
size_t
temp_length
= current_lag + overlap_length_;
local
112
assert(expansion_vector_position +
temp_length
<=
116
sizeof(int16_t) *
temp_length
);
122
voiced_vector_storage,
temp_length
);
125
assert(expansion_vector_position +
temp_length
<=
127
assert(expansion_vector_position +
temp_length
<=
132
voiced_vector_storage,
temp_length
);
224
size_t
temp_length
= (parameters.current_voice_mix_factor -
local
226
temp_length
= std::min(
temp_length
, current_lag)
[
all
...]
Completed in 66 milliseconds