Searched refs:lim2 (Results 1 – 3 of 3) sorted by relevance
156 const size_t lim2 = num_partitions; in AdaptPartitions_Neon() local187 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() local255 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 …]
208 double lim2 = prate64*(double)latency/TIME_UNITS_PER_SEC + mtu; in tbf_parse_opt() local210 if (lim2 < lim) in tbf_parse_opt()211 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()