Searched defs:new_n (Results 1 – 10 of 10) sorted by relevance
20 int new_n = 20; in main() local
345 fn new_n(n: usize) -> IdleMap { in new_n() method
3003 const size_type new_n = this->priv_hash_to_bucket(hash_value); in incremental_rehash() local3213 const size_type new_n = detail::hash_to_bucket_split<power_2_buckets, incremental> in rehash_impl() local3233 …const size_type new_n = detail::hash_to_bucket_split<power_2_buckets, incremental>(n, new_bucket_c… in rehash_impl() local3337 …const std::size_t new_n = detail::hash_to_bucket(constructed, dst_bucket_count, detail::bool_<powe… in priv_structural_clone_from() local
707 struct nlmsghdr *new_n; in xfrm_policy_keep() local
1090 struct nlmsghdr *new_n; in xfrm_state_keep() local
104 index_t new_n = acc.n + 1; in reduce() local
573 nir_def *new_n = nir_isub(b, n, d_shift); in lower_udiv64_mod64() local
628 void set_n(int new_n) { n_ = new_n; } in set_n()