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

  /external/mesa3d/src/mesa/main/
formats.c     [all...]
formats.h 351 GLboolean swapBytes);
pack.c     [all...]
texstore.c 821 byteswap_mapping( GLboolean swapBytes,
824 if (!swapBytes)
885 swap = byteswap_mapping(srcPacking->SwapBytes, srcType);
1027 !srcPacking->SwapBytes &&
    [all...]
  /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/dng_sdk/source/
dng_stream.h 118 bool SwapBytes () const
124 /// \param swapBytes If true, stream will swap byte order on input or
127 void SetSwapBytes (bool swapBytes)
129 fSwapBytes = swapBytes;
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 38 void swapBytes() {
132 File.swapBytes();
  /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/compiler-rt/lib/profile/
InstrProfData.inc 287 void swapBytes(support::endianness Old, support::endianness New);
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 287 void swapBytes(support::endianness Old, support::endianness New);

Completed in 789 milliseconds