Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_tbf.c183 double lim2 = opt.peakrate.rate*(double)latency/TIME_UNITS_PER_SEC + mtu; in tbf_parse_opt() local
184 if (lim2 < lim) in tbf_parse_opt()
185 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()