HomeSort by relevance Sort by last modified time
    Searched defs:verifyBytes (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
TestUtil.h 79 // 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 *) {
88 static bool verifyBytes(const uint8_t *Buffer, uint8_t Byte,
92 return verifyBytes<N, I + 1>(Buffer, OtherBytes...) && Buffer[I] == Byte;
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
TestUtil.h 175 // 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 *) {
184 static bool verifyBytes(const uint8_t *Buffer, uint8_t Byte,
188 return verifyBytes<N, I + 1>(Buffer, OtherBytes...) && Buffer[I] == Byte;
    [all...]
  /frameworks/base/core/java/android/util/jar/
StrictJarVerifier.java 313 static Certificate[] verifyBytes(byte[] blockBytes, byte[] sfBytes)
370 Certificate[] signerCertChain = verifyBytes(sBlockBytes, sfBytes);

Completed in 78 milliseconds