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

  /external/chromium_org/base/
sys_byteorder.h 5 // This header defines cross-platform ByteSwap() implementations for 16, 32 and
23 // Include headers to provide byteswap for all platforms.
31 #include <byteswap.h>
38 inline uint16 ByteSwap(uint16 x) {
51 inline uint32 ByteSwap(uint32 x) {
64 inline uint64 ByteSwap(uint64 x) {
84 return ByteSwap(x);
91 return ByteSwap(x);
98 return ByteSwap(x);
106 return ByteSwap(x)
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfoLoader.cpp 24 // ByteSwap - Byteswap 'Var' if 'Really' is true.
26 static inline unsigned ByteSwap(unsigned Var, bool Really) {
51 NumEntries = ByteSwap(NumEntries, ShouldByteSwap);
75 Data[i] = AddCounts(ByteSwap(TempSpace[i], true), Data[i]);
99 // endianness mismatch. Byteswap all words read from the profiling
102 PacketType = ByteSwap(PacketType, ShouldByteSwap);
112 ArgLength = ByteSwap(ArgLength, ShouldByteSwap);
  /external/lzma/CPP/7zip/Compress/
ByteSwap.cpp 0 // ByteSwap.cpp
73 REGISTER_CODECS(ByteSwap)
  /external/chromium_org/base/x11/
edid_parser_x11.cc 151 *manufacturer_id = base::ByteSwap(*manufacturer_id);
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_linux.cc 136 table_tag = base::ByteSwap(table_tag);
pepper_truetype_font_win.cc 216 table_tag = base::ByteSwap(table_tag);
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.cc 48 result = base::ByteSwap(result);
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 73 $O\ByteSwap.obj \
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 83 $O\ByteSwap.obj \
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 136 $O\ByteSwap.obj \

Completed in 938 milliseconds