/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatrep.h | 147 uint32 num_probes = 1; // Needed for quadratic probing in Find() local 157 index = NextIndex(index, num_probes); in Find() 158 num_probes++; in Find() 172 uint32 num_probes = 1; // Needed for quadratic probing in FindOrInsert() local 198 index = NextIndex(index, num_probes); in FindOrInsert() 199 num_probes++; in FindOrInsert() 324 uint32 num_probes = 1; // Needed for quadratic probing in FreshInsert() local 335 index = NextIndex(index, num_probes); in FreshInsert() 336 num_probes++; in FreshInsert() 340 inline size_t NextIndex(size_t i, uint32 num_probes) const { in NextIndex() argument [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 61 size_t num_probes = 0; in GetNumProbes() local 63 for (auto it = c.begin(bucket), e = c.end(bucket);; ++it, ++num_probes) { in GetNumProbes() 64 if (it == e) return num_probes; in GetNumProbes() 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
D | hashtable_debug.h | 61 size_t num_probes = GetHashtableDebugNumProbes( in GetHashtableDebugNumProbesHistogram() local 64 v.resize((std::max)(v.size(), num_probes + 1)); in GetHashtableDebugNumProbesHistogram() 65 v[num_probes]++; in GetHashtableDebugNumProbesHistogram()
|
D | raw_hash_set.h | 1847 size_t num_probes = 0; 1857 return num_probes; 1858 ++num_probes; 1860 if (g.MatchEmpty()) return num_probes; 1862 ++num_probes;
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 61 size_t num_probes = 0; in GetNumProbes() local 63 for (auto it = c.begin(bucket), e = c.end(bucket);; ++it, ++num_probes) { in GetNumProbes() 64 if (it == e) return num_probes; in GetNumProbes() 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
D | hashtable_debug.h | 61 size_t num_probes = GetHashtableDebugNumProbes( in GetHashtableDebugNumProbesHistogram() local 64 v.resize((std::max)(v.size(), num_probes + 1)); in GetHashtableDebugNumProbesHistogram() 65 v[num_probes]++; in GetHashtableDebugNumProbesHistogram()
|
D | raw_hash_set.h | 1847 size_t num_probes = 0; 1857 return num_probes; 1858 ++num_probes; 1860 if (g.MatchEmpty()) return num_probes; 1862 ++num_probes;
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hashtable_debug_hooks.h | 61 size_t num_probes = 0; in GetNumProbes() local 63 for (auto it = c.begin(bucket), e = c.end(bucket);; ++it, ++num_probes) { in GetNumProbes() 64 if (it == e) return num_probes; in GetNumProbes() 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
D | hashtable_debug.h | 61 size_t num_probes = GetHashtableDebugNumProbes( in GetHashtableDebugNumProbesHistogram() local 64 v.resize((std::max)(v.size(), num_probes + 1)); in GetHashtableDebugNumProbesHistogram() 65 v[num_probes]++; in GetHashtableDebugNumProbesHistogram()
|
D | raw_hash_set.h | 1847 size_t num_probes = 0; 1857 return num_probes; 1858 ++num_probes; 1860 if (g.MatchEmpty()) return num_probes; 1862 ++num_probes;
|
/external/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 61 size_t num_probes = 0; in GetNumProbes() local 63 for (auto it = c.begin(bucket), e = c.end(bucket);; ++it, ++num_probes) { in GetNumProbes() 64 if (it == e) return num_probes; in GetNumProbes() 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
D | hashtable_debug.h | 61 size_t num_probes = GetHashtableDebugNumProbes( in GetHashtableDebugNumProbesHistogram() local 64 v.resize((std::max)(v.size(), num_probes + 1)); in GetHashtableDebugNumProbesHistogram() 65 v[num_probes]++; in GetHashtableDebugNumProbesHistogram()
|
D | raw_hash_set.h | 1826 size_t num_probes = 0; 1836 return num_probes; 1837 ++num_probes; 1839 if (g.MatchEmpty()) return num_probes; 1841 ++num_probes;
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtable_debug_hooks.h | 61 size_t num_probes = 0; in GetNumProbes() local 63 for (auto it = c.begin(bucket), e = c.end(bucket);; ++it, ++num_probes) { in GetNumProbes() 64 if (it == e) return num_probes; in GetNumProbes() 65 if (c.key_eq()(key, GetKey<Container>(*it, 0))) return num_probes; in GetNumProbes()
|
D | hashtable_debug.h | 61 size_t num_probes = GetHashtableDebugNumProbes( in GetHashtableDebugNumProbesHistogram() local 64 v.resize((std::max)(v.size(), num_probes + 1)); in GetHashtableDebugNumProbesHistogram() 65 v[num_probes]++; in GetHashtableDebugNumProbesHistogram()
|
D | raw_hash_set.h | 1826 size_t num_probes = 0; 1836 return num_probes; 1837 ++num_probes; 1839 if (g.MatchEmpty()) return num_probes; 1841 ++num_probes;
|
/external/bcc/tests/cc/ |
D | test_usdt_probes.cc | 40 REQUIRE(ctx.num_probes() >= 1); 156 REQUIRE(ctx.num_probes() > 10); 157 mri_probe_count = ctx.num_probes(); 230 REQUIRE(ctx.num_probes() >= mri_probe_count);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lookup_table_op.cc | 445 int64 num_probes = 0; in Find() local 462 ++num_probes; in Find() 464 (bucket_index + num_probes) & bit_mask; // quadratic probing in Find() 465 if (num_probes >= num_buckets_) { in Find() 626 int64 num_probes = 0; in DoInsert() local 649 ++num_probes; in DoInsert() 651 (bucket_index + num_probes) & bit_mask; // quadratic probing in DoInsert() 652 if (num_probes >= num_buckets_) { in DoInsert() 689 int64 num_probes = 0; in DoRemove() local 702 ++num_probes; in DoRemove() [all …]
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | probe_bitrate_estimator.cc | 86 cluster->num_probes += 1; in HandleProbeAndEstimateBitrate() 100 if (cluster->num_probes < min_probes || cluster->size_total < min_size) in HandleProbeAndEstimateBitrate()
|
D | probe_bitrate_estimator.h | 38 int num_probes = 0; member
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 267 size_t num_probes() const { return probes_.size(); } in num_probes() function
|
/external/bcc/src/cc/ |
D | usdt.h | 267 size_t num_probes() const { return probes_.size(); } in num_probes() function
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 457 for (size_t j = 0; j < ctx->num_probes(); j++) { in bcc_usdt_genargs()
|