Searched refs:test_vector (Results 1 – 3 of 3) sorted by relevance
25 static const uint32_t test_vector = 0xCBF43926; in test_crc32() local29 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() local55 if (crc != test_vector) in test_crc64()60 if (crc != test_vector) in test_crc64()67 if (crc != test_vector) in test_crc64()
50 std::vector<int>* test_vector = nullptr; variable131 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()