Searched refs:temp_length (Results 1 - 2 of 2) sorted by relevance

/external/android-clat/
H A Dchecksum.c111 uint16_t temp_protocol, temp_length; local
114 temp_length = htons(len);
120 current = ip_checksum_add(current, &temp_length, sizeof(uint16_t));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dexpand.cc75 size_t temp_length = current_lag + overlap_length_; local
80 assert(expansion_vector_position + temp_length <=
84 sizeof(int16_t) * temp_length);
90 voiced_vector_storage, static_cast<int>(temp_length));
93 assert(expansion_vector_position + temp_length <=
95 assert(expansion_vector_position + temp_length <=
100 voiced_vector_storage, static_cast<int>(temp_length));

Completed in 172 milliseconds