Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp86 Type ResultSz2 = *AtomicLoc; in testAtomicRMW() local
90 if (ResultSz1 == ResultLlc1 && ResultSz2 == ResultLlc2) { in testAtomicRMW()
100 << " sz2=" << static_cast<uint64>(ResultSz2) in testAtomicRMW()
132 Type ResultSz2 = *AtomicLoc; in testValCompareAndSwap() local
137 if (ResultSz1 == ResultLlc1 && ResultSz2 == ResultLlc2) { in testValCompareAndSwap()
146 << " sz2=" << static_cast<uint64>(ResultSz2) in testValCompareAndSwap()