Searched refs:lim2 (Results 1 – 4 of 4) sorted by relevance
63 const size_t lim2 = num_partitions; in AdaptPartitions_Avx2() local96 limit = lim2; in AdaptPartitions_Avx2()97 } while (p < lim2); in AdaptPartitions_Avx2()116 limit = lim2; in AdaptPartitions_Avx2()117 } while (p < lim2); in AdaptPartitions_Avx2()134 const size_t lim2 = num_partitions; in ApplyFilter_Avx2() local165 limit = lim2; in ApplyFilter_Avx2()167 } while (p < lim2); in ApplyFilter_Avx2()183 limit = lim2; in ApplyFilter_Avx2()185 } while (p < lim2); in ApplyFilter_Avx2()
160 const size_t lim2 = num_partitions; in AdaptPartitions_Neon() local191 limit = lim2; in AdaptPartitions_Neon()192 } while (p < lim2); in AdaptPartitions_Neon()210 limit = lim2; in AdaptPartitions_Neon()211 } while (p < lim2); in AdaptPartitions_Neon()226 const size_t lim2 = num_partitions; in AdaptPartitions_Sse2() local259 limit = lim2; in AdaptPartitions_Sse2()260 } while (p < lim2); in AdaptPartitions_Sse2()279 limit = lim2; in AdaptPartitions_Sse2()280 } 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()