Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp197 volatile uint64 ValuesSubset[] = {1, 0x7e, 0x000fffffffffffffffll}; in testAtomicRMWThreads() local
198 const size_t NumValuesSubset = sizeof(ValuesSubset) / sizeof(*ValuesSubset); in testAtomicRMWThreads()
202 Type Value1 = static_cast<Type>(ValuesSubset[i]); in testAtomicRMWThreads()
204 Type Value2 = static_cast<Type>(ValuesSubset[j]); in testAtomicRMWThreads()