Searched refs:kRepeat (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dfunc_entry_exit.cpp7 const int kRepeat = kRepeat1; local
8 for (int i = 0; i < kRepeat; i++)
H A Dmop.cpp20 const int kRepeat = 1 << 17; local
22 for (int i = 0; i < kRepeat; i++) {
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc48 const int kRepeat = 50; member in namespace:testing::__anon806
179 for (int i = 0; i < kRepeat; i++) {
197 // This should generate 3*kRepeat + 1 failures in total.
204 .Times(kRepeat)
208 // This chunk of code should generate kRepeat failures about
209 // excessive calls, and 2*kRepeat failures about unexpected calls.
220 EXPECT_EQ(kRepeat, count1 + count2);
230 for (int i = 0; i < kRepeat; i++) {
249 .Times(2*kRepeat)
253 .Times(2*kRepeat)
[all...]

Completed in 158 milliseconds