Searched refs:lim2 (Results 1 – 2 of 2) sorted by relevance
183 double lim2 = opt.peakrate.rate*(double)latency/TIME_UNITS_PER_SEC + mtu; in tbf_parse_opt() local184 if (lim2 < lim) in tbf_parse_opt()185 lim = lim2; in tbf_parse_opt()
485 const mDNSu8 *const lim2 = ptr + 1 + MAX_DOMAIN_LABEL; in AppendLiteralLabelString() local486 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; in AppendLiteralLabelString()