Home
last modified time | relevance | path

Searched defs:BENCHMARK_BUILTIN_EXPECT (Results 1 – 4 of 4) sorted by relevance

/external/google-benchmark/include/benchmark/
Dbenchmark.h247 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
254 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
261 #define BENCHMARK_BUILTIN_EXPECT(x, y) x macro
/external/cronet/stable/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h247 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
254 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
261 #define BENCHMARK_BUILTIN_EXPECT(x, y) x macro
/external/cronet/tot/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h247 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
254 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
261 #define BENCHMARK_BUILTIN_EXPECT(x, y) x macro
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h230 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
233 #define BENCHMARK_BUILTIN_EXPECT(x, y) x macro