HomeSort by relevance Sort by last modified time
    Searched full:endiantest (Results 1 - 6 of 6) sorted by null

  /external/lldb/include/lldb/Host/
Endian.h 19 static union EndianTest
23 } const endianTest = { (uint16_t)0x01020304 };
25 inline ByteOrder InlHostByteOrder() { return (ByteOrder)endianTest.bytes[0]; }
27 // ByteOrder const InlHostByteOrder = (ByteOrder)endianTest.bytes[0];
  /external/llvm/unittests/Support/
CMakeLists.txt 18 EndianTest.cpp
EndianTest.cpp 1 //===- unittests/Support/EndianTest.cpp - Endian.h tests ------------------===//
  /external/libvncserver/libvncclient/
vncviewer.c 118 client->endianTest = 1;
135 client->format.bigEndian = *(char *)&client->endianTest?FALSE:TRUE;
  /external/libvncserver/rfb/
rfbclient.h 43 (*(char *)&client->endianTest ? ((((s) & 0xff) << 8) | (((s) >> 8) & 0xff)) : (s))
46 (*(char *)&client->endianTest ? ((((l) & 0xff000000) >> 24) | \
52 (*(char *)&client->endianTest ? ((((l) & 0xff00000000000000ULL) >> 56) | \
180 int endianTest;
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
tight-vncviewer-full.patch     [all...]

Completed in 268 milliseconds