Home
last modified time | relevance | path

Searched refs:lim2 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dadaptive_fir_filter.cc156 const size_t lim2 = num_partitions; in AdaptPartitions_Neon() local
187 limit = lim2; in AdaptPartitions_Neon()
188 } while (p < lim2); in AdaptPartitions_Neon()
206 limit = lim2; in AdaptPartitions_Neon()
207 } while (p < lim2); in AdaptPartitions_Neon()
222 const size_t lim2 = num_partitions; in AdaptPartitions_Sse2() local
255 limit = lim2; in AdaptPartitions_Sse2()
256 } while (p < lim2); in AdaptPartitions_Sse2()
275 limit = lim2; in AdaptPartitions_Sse2()
276 } while (p < lim2); in AdaptPartitions_Sse2()
[all …]
/external/iproute2/tc/
Dq_tbf.c208 double lim2 = prate64*(double)latency/TIME_UNITS_PER_SEC + mtu; in tbf_parse_opt() local
210 if (lim2 < lim) in tbf_parse_opt()
211 lim = lim2; in tbf_parse_opt()
/external/mdnsresponder/mDNSCore/
DDNSCommon.c485 const mDNSu8 *const lim2 = ptr + 1 + MAX_DOMAIN_LABEL; in AppendLiteralLabelString() local
486 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; in AppendLiteralLabelString()