Home
last modified time | relevance | path

Searched defs:num_cold (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dstring_view_benchmark.cc311 const int num_cold = table_size - num_hot; in StringViewMapBenchmark() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc312 const int num_cold = table_size - num_hot; in StringViewMapBenchmark() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc311 const int num_cold = table_size - num_hot; in StringViewMapBenchmark() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc312 const int num_cold = table_size - num_hot; in StringViewMapBenchmark() local
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc312 const int num_cold = table_size - num_hot; in StringViewMapBenchmark() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dstring_view_benchmark.cc311 const int num_cold = table_size - num_hot; in StringViewMapBenchmark() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc311 const int num_cold = table_size - num_hot; in StringViewMapBenchmark() local
/aosp_15_r20/external/libchrome-gestures/include/
H A Dimmediate_interpreter.h320 int num_cold() const { return num_cold_; } in num_cold() function