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

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpsms4ecby8cn.h 72 static __ALIGN16 Ipp8u swapBytes[] = {3,2,1,0, 7,6,5,4, 11,10,9,8, 15,14,13,12};
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 38 void swapBytes() {
132 File.swapBytes();
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 67 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) {
89 swapBytes(buf, addrPos, addrPos + addrLen, addrLen);
118 swapBytes(buf, portOffset, portOffset + 2, 2);
  /external/mesa3d/src/glx/
pixel.c 175 GLint swapBytes = state->storeUnpack.swapEndian;
202 swapBytes = 0;
215 if (swapBytes) {
  /external/llvm/lib/ProfileData/
InstrProf.cpp 547 void ValueProfRecord::swapBytes(support::endianness Old,
650 VR->swapBytes(Endianness, getHostEndianness());
663 VR->swapBytes(getHostEndianness(), Endianness);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProf.cpp 684 void ValueProfRecord::swapBytes(support::endianness Old,
791 VR->swapBytes(Endianness, getHostEndianness());
805 VR->swapBytes(getHostEndianness(), Endianness);
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcPackedPixelsTests.cpp     [all...]

Completed in 439 milliseconds