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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
macros.h 33 #define BENCHMARK_ALWAYS_INLINE __attribute__((always_inline))
38 #define BENCHMARK_ALWAYS_INLINE __forceinline
49 #define BENCHMARK_ALWAYS_INLINE
benchmark_api.h 233 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
238 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
243 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
248 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
253 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
280 BENCHMARK_ALWAYS_INLINE
283 BENCHMARK_ALWAYS_INLINE operator double const& () const { return value; }
284 BENCHMARK_ALWAYS_INLINE operator double & () { return value; }
398 BENCHMARK_ALWAYS_INLINE
401 BENCHMARK_ALWAYS_INLINE
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 205 #define BENCHMARK_ALWAYS_INLINE __attribute__((always_inline))
210 #define BENCHMARK_ALWAYS_INLINE __forceinline
221 #define BENCHMARK_ALWAYS_INLINE
305 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
316 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
321 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
326 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
331 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
358 BENCHMARK_ALWAYS_INLINE
361 BENCHMARK_ALWAYS_INLINE operator double const& () const { return value;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 205 #define BENCHMARK_ALWAYS_INLINE __attribute__((always_inline))
210 #define BENCHMARK_ALWAYS_INLINE __forceinline
221 #define BENCHMARK_ALWAYS_INLINE
305 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
316 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
321 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
326 inline BENCHMARK_ALWAYS_INLINE void ClobberMemory() {
331 inline BENCHMARK_ALWAYS_INLINE void DoNotOptimize(Tp const& value) {
358 BENCHMARK_ALWAYS_INLINE
361 BENCHMARK_ALWAYS_INLINE operator double const& () const { return value;
    [all...]
  /external/google-benchmark/src/
cycleclock.h 61 inline BENCHMARK_ALWAYS_INLINE int64_t Now() {
  /external/libcxx/utils/google-benchmark/src/
cycleclock.h 61 inline BENCHMARK_ALWAYS_INLINE int64_t Now() {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
cycleclock.h 61 inline BENCHMARK_ALWAYS_INLINE int64_t Now() {

Completed in 78 milliseconds