Searched defs:BENCHMARK_BUILTIN_EXPECT (Results 1 - 1 of 1) sorted by relevance
/external/google-benchmark/include/benchmark/ | ||
H A D | macros.h | 43 # define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro 45 # define BENCHMARK_BUILTIN_EXPECT(x, y) x macro |
Completed in 219 milliseconds