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

  /external/google-breakpad/src/common/mac/
byteswap.h 34 // byteswap.h: Overloaded functions for conveniently byteswapping values.
41 static inline uint16_t ByteSwap(uint16_t v) { return OSSwapInt16(v); }
42 static inline uint32_t ByteSwap(uint32_t v) { return OSSwapInt32(v); }
43 static inline uint64_t ByteSwap(uint64_t v) { return OSSwapInt64(v); }
44 static inline int16_t ByteSwap(int16_t v) { return OSSwapInt16(v); }
45 static inline int32_t ByteSwap(int32_t v) { return OSSwapInt32(v); }
46 static inline int64_t ByteSwap(int64_t v) { return OSSwapInt64(v); }
macho_utilities.cc 34 #include "common/mac/byteswap.h"
40 uc->cmd = ByteSwap(uc->cmd);
41 uc->cmdsize = ByteSwap(uc->cmdsize);
47 sg->cmd = ByteSwap(sg->cmd);
48 sg->cmdsize = ByteSwap(sg->cmdsize);
50 sg->vmaddr = ByteSwap(sg->vmaddr);
51 sg->vmsize = ByteSwap(sg->vmsize);
52 sg->fileoff = ByteSwap(sg->fileoff);
53 sg->filesize = ByteSwap(sg->filesize);
55 sg->maxprot = ByteSwap(sg->maxprot)
    [all...]
  /external/libchrome/base/
sys_byteorder.h 5 // This header defines cross-platform ByteSwap() implementations for 16, 32 and
25 inline uint16_t ByteSwap(uint16_t x) {
33 inline uint32_t ByteSwap(uint32_t x) {
41 inline uint64_t ByteSwap(uint64_t x) {
55 return ByteSwap(x);
62 return ByteSwap(x);
69 return ByteSwap(x);
77 return ByteSwap(x);
84 return ByteSwap(x);
91 return ByteSwap(x)
    [all...]
  /external/swiftshader/third_party/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]);
101 // endianness mismatch. Byteswap all words read from the profiling
104 PacketType = ByteSwap(PacketType, ShouldByteSwap);
114 ArgLength = ByteSwap(ArgLength, ShouldByteSwap);
  /system/extras/perfprofd/quipper/
perf_reader.cc 7 #include <byteswap.h>
75 void ByteSwap(T* input) {
237 ByteSwap(&dest->len);
262 ByteSwap(&sample->read.time_enabled);
263 ByteSwap(&sample->read.time_running);
264 ByteSwap(&sample->read.one.id);
282 ByteSwap(&callchain_size);
289 ByteSwap(&callchain->ips[i]);
305 ByteSwap(&sample->raw_size);
332 ByteSwap(&branch_stack_size)
    [all...]
  /external/lzma/CPP/7zip/Compress/
ByteSwap.cpp 0 // ByteSwap.cpp
73 REGISTER_CODECS(ByteSwap)
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 669 #define ByteSwap(x) PVRShellByteSwap((unsigned char*) &x, sizeof(x))
725 ByteSwap(bfType);
726 ByteSwap(bfSize);
727 ByteSwap(bfOffBits);
728 ByteSwap(biSize);
729 ByteSwap(biWidth);
730 ByteSwap(biHeight);
731 ByteSwap(biPlanes);
732 ByteSwap(biBitCount);
733 ByteSwap(biCompression)
    [all...]
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 75 $O\ByteSwap.obj \
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 87 $O\ByteSwap.obj \
  /device/linaro/bootloader/edk2/StdLib/LibC/
LibC.inf 39 Main/ByteSwap.c
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 107 $O\ByteSwap.obj \

Completed in 283 milliseconds