Home
last modified time | relevance | path

Searched refs:total_probe_length (Results 1 – 25 of 34) sorted by relevance

12

/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtablez_sampler.h78 std::atomic<size_t> total_probe_length; member
101 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
103 total_probe_length /= 16; in RecordRehashSlow()
105 total_probe_length /= 8; in RecordRehashSlow()
107 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
122 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
174 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
176 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc89 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
98 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
109 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
168 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
173 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
178 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
Dhashtablez_sampler.cc72 total_probe_length.store(0, std::memory_order_relaxed); in PrepareForSampling()
242 info->total_probe_length.fetch_add(probe_length, std::memory_order_relaxed); in RecordInsertSlow()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h78 std::atomic<size_t> total_probe_length; member
102 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
104 total_probe_length /= 16; in RecordRehashSlow()
106 total_probe_length /= 8; in RecordRehashSlow()
108 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
123 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
175 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
177 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc89 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
99 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
111 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
174 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
179 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
184 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
Dhashtablez_sampler.cc72 total_probe_length.store(0, std::memory_order_relaxed); in PrepareForSampling()
246 info->total_probe_length.fetch_add(probe_length, std::memory_order_relaxed); in RecordInsertSlow()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h78 std::atomic<size_t> total_probe_length; member
101 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
103 total_probe_length /= 16; in RecordRehashSlow()
105 total_probe_length /= 8; in RecordRehashSlow()
107 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
122 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
174 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
176 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc89 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
98 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
109 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
168 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
173 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
178 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h80 std::atomic<size_t> total_probe_length; member
98 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
100 total_probe_length /= 16; in RecordRehashSlow()
102 total_probe_length /= 8; in RecordRehashSlow()
104 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
131 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
191 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
193 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc94 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
107 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
120 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
195 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
200 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
205 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
Dhashtablez_sampler.cc78 total_probe_length.store(0, std::memory_order_relaxed); in PrepareForSampling()
179 info->total_probe_length.fetch_add(probe_length, std::memory_order_relaxed); in RecordInsertSlow()
/external/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h80 std::atomic<size_t> total_probe_length; member
98 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
100 total_probe_length /= 16; in RecordRehashSlow()
102 total_probe_length /= 8; in RecordRehashSlow()
104 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
131 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
191 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
193 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc94 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
107 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
120 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
195 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
200 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
205 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
Dhashtablez_sampler.cc78 total_probe_length.store(0, std::memory_order_relaxed); in PrepareForSampling()
179 info->total_probe_length.fetch_add(probe_length, std::memory_order_relaxed); in RecordInsertSlow()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h80 std::atomic<size_t> total_probe_length; member
98 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
100 total_probe_length /= 16; in RecordRehashSlow()
102 total_probe_length /= 8; in RecordRehashSlow()
104 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
131 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
191 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
193 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc94 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
107 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
120 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
195 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
200 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
205 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
Dhashtablez_sampler.cc78 total_probe_length.store(0, std::memory_order_relaxed); in PrepareForSampling()
179 info->total_probe_length.fetch_add(probe_length, std::memory_order_relaxed); in RecordInsertSlow()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc81 total_probe_length.store(0, std::memory_order_relaxed); in PrepareForSampling()
164 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
166 total_probe_length /= 16; in RecordRehashSlow()
168 total_probe_length /= 8; in RecordRehashSlow()
170 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
196 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
219 info->total_probe_length.fetch_add(probe_length, std::memory_order_relaxed); in RecordInsertSlow()
Dhashtablez_sampler.h80 std::atomic<size_t> total_probe_length; member
98 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length);
158 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
160 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc94 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
107 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
120 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
195 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
200 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
205 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
Draw_hash_set.cc169 size_t total_probe_length = 0; in DropDeletesWithoutResize() local
178 total_probe_length += target.probe_length; in DropDeletesWithoutResize()
218 common.infoz().RecordRehash(total_probe_length); in DropDeletesWithoutResize()
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc81 total_probe_length.store(0, std::memory_order_relaxed); in PrepareForSampling()
164 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
166 total_probe_length /= 16; in RecordRehashSlow()
168 total_probe_length /= 8; in RecordRehashSlow()
170 info->total_probe_length.store(total_probe_length, std::memory_order_relaxed); in RecordRehashSlow()
196 info->total_probe_length.store(0, std::memory_order_relaxed); in RecordStorageChangedSlow()
219 info->total_probe_length.fetch_add(probe_length, std::memory_order_relaxed); in RecordInsertSlow()
Dhashtablez_sampler.h80 std::atomic<size_t> total_probe_length; member
98 void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length);
158 inline void RecordRehash(size_t total_probe_length) { in RecordRehash() argument
160 RecordRehashSlow(info_, total_probe_length); in RecordRehash()
Dhashtablez_sampler_test.cc94 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
107 info.total_probe_length.store(1, std::memory_order_relaxed); in TEST()
120 EXPECT_EQ(info.total_probe_length.load(), 0); in TEST()
195 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
200 EXPECT_EQ(info.total_probe_length.load(), 4); in TEST()
205 EXPECT_EQ(info.total_probe_length.load(), 3); in TEST()
Draw_hash_set.cc158 size_t total_probe_length = 0; in DropDeletesWithoutResize() local
167 total_probe_length += target.probe_length; in DropDeletesWithoutResize()
207 common.infoz().RecordRehash(total_probe_length); in DropDeletesWithoutResize()

12