Home
last modified time | relevance | path

Searched refs:complexity_n_ (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h540 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN()
543 int64_t complexity_length_n() { return complexity_n_; } in complexity_length_n()
621 int64_t complexity_n_; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h574 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN()
577 int64_t complexity_length_n() { return complexity_n_; } in complexity_length_n()
659 int64_t complexity_n_; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc134 complexity_n_(0), in State()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc305 complexity_n_(0), in State()