HomeSort by relevance Sort by last modified time
    Searched refs:BENCHMARK_BUILTIN_EXPECT (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
macros.h 55 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y)
58 #define BENCHMARK_BUILTIN_EXPECT(x, y) x
benchmark_api.h 329 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) {
333 if (BENCHMARK_BUILTIN_EXPECT(!res, false)) {
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 230 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y)
233 #define BENCHMARK_BUILTIN_EXPECT(x, y) x
433 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) {
437 if (BENCHMARK_BUILTIN_EXPECT(!res, false)) {
635 if (BENCHMARK_BUILTIN_EXPECT(cached_ != 0, true)) return true;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 230 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y)
233 #define BENCHMARK_BUILTIN_EXPECT(x, y) x
433 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) {
437 if (BENCHMARK_BUILTIN_EXPECT(!res, false)) {
635 if (BENCHMARK_BUILTIN_EXPECT(cached_ != 0, true)) return true;
    [all...]

Completed in 104 milliseconds