Searched defs:verifyBytes (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h79 // verifyBytes is a template helper that takes a Buffer, and a variable number
82 template <int N, int I> static bool verifyBytes(const uint8_t *) { function in class:Ice::X8632::Test::AssemblerX8632LowLevelTest
88 static bool verifyBytes(const uint8_t *Buffer, uint8_t Byte, function in class:Ice::X8632::Test::AssemblerX8632LowLevelTest
92 return verifyBytes<N, I + 1>(Buffer, OtherBytes...) && Buffer[I] == Byte;
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DTestUtil.h175 // verifyBytes is a template helper that takes a Buffer, and a variable number
178 template <int N, int I> static bool verifyBytes(const uint8_t *) { function in class:Ice::X8664::Test::AssemblerX8664LowLevelTest
184 static bool verifyBytes(const uint8_t *Buffer, uint8_t Byte, function in class:Ice::X8664::Test::AssemblerX8664LowLevelTest
188 return verifyBytes<N, I + 1>(Buffer, OtherBytes...) && Buffer[I] == Byte;

Completed in 1241 milliseconds