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

  /system/chre/apps/chqts/src/shared/
nano_endian.cc 21 void swapBytes(uint8_t *bytes, size_t size) {
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 38 void swapBytes() {
132 File.swapBytes();
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
PacketReflector.java 64 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) {
86 swapBytes(buf, addrPos, addrPos + addrLen, addrLen);
115 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);

Completed in 422 milliseconds