Home
last modified time | relevance | path

Searched refs:test_vector (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_check.c25 static const uint32_t test_vector = 0xCBF43926; in test_crc32() local
29 if (crc != test_vector) in test_crc32()
34 if (crc != test_vector) in test_crc32()
41 if (crc != test_vector) in test_crc32()
51 static const uint64_t test_vector = 0x995DC9BBDF1939FA; in test_crc64() local
55 if (crc != test_vector) in test_crc64()
60 if (crc != test_vector) in test_crc64()
67 if (crc != test_vector) in test_crc64()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dbenchmark_test.cc50 std::vector<int>* test_vector = nullptr; variable
131 test_vector = new std::vector<int>(); in BM_SetupTeardown()
137 test_vector->push_back(i); in BM_SetupTeardown()
139 test_vector->pop_back(); in BM_SetupTeardown()
143 delete test_vector; in BM_SetupTeardown()
164 test_vector = new std::vector<int>(static_cast<size_t>(size)); in BM_ParallelMemset()
171 benchmark::DoNotOptimize(test_vector->at(i) = 1); in BM_ParallelMemset()
176 delete test_vector; in BM_ParallelMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dbenchmark_test.cc50 std::vector<int>* test_vector = nullptr; variable
131 test_vector = new std::vector<int>(); in BM_SetupTeardown()
137 test_vector->push_back(i); in BM_SetupTeardown()
139 test_vector->pop_back(); in BM_SetupTeardown()
143 delete test_vector; in BM_SetupTeardown()
164 test_vector = new std::vector<int>(static_cast<size_t>(size)); in BM_ParallelMemset()
171 benchmark::DoNotOptimize(test_vector->at(i) = 1); in BM_ParallelMemset()
176 delete test_vector; in BM_ParallelMemset()