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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.cpp 83 inline void swapBytes(char* p, char* q)
92 swapBytes(p, p + 1);
97 swapBytes(p, p + 3);
98 swapBytes(p + 1, p + 2);
103 swapBytes(p, p + 7);
104 swapBytes(p + 1, p + 6);
105 swapBytes(p + 2, p + 5);
106 swapBytes(p + 3, p + 4);
  /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/chromium_org/third_party/mesa/src/src/glx/
pixel.c 175 GLint swapBytes = state->storeUnpack.swapEndian;
202 swapBytes = 0;
215 if (swapBytes) {
  /external/mesa3d/src/glx/
pixel.c 175 GLint swapBytes = state->storeUnpack.swapEndian;
202 swapBytes = 0;
215 if (swapBytes) {

Completed in 635 milliseconds