Home
last modified time | relevance | path

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

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