Home
last modified time | relevance | path

Searched refs:ByteSwap (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_utilities.cc40 uc->cmd = ByteSwap(uc->cmd); in breakpad_swap_uuid_command()
41 uc->cmdsize = ByteSwap(uc->cmdsize); in breakpad_swap_uuid_command()
47 sg->cmd = ByteSwap(sg->cmd); in breakpad_swap_segment_command_64()
48 sg->cmdsize = ByteSwap(sg->cmdsize); in breakpad_swap_segment_command_64()
50 sg->vmaddr = ByteSwap(sg->vmaddr); in breakpad_swap_segment_command_64()
51 sg->vmsize = ByteSwap(sg->vmsize); in breakpad_swap_segment_command_64()
52 sg->fileoff = ByteSwap(sg->fileoff); in breakpad_swap_segment_command_64()
53 sg->filesize = ByteSwap(sg->filesize); in breakpad_swap_segment_command_64()
55 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64()
56 sg->initprot = ByteSwap(sg->initprot); in breakpad_swap_segment_command_64()
[all …]
Dbyteswap.h41 static inline uint16_t ByteSwap(uint16_t v) { return OSSwapInt16(v); } in ByteSwap() function
42 static inline uint32_t ByteSwap(uint32_t v) { return OSSwapInt32(v); } in ByteSwap() function
43 static inline uint64_t ByteSwap(uint64_t v) { return OSSwapInt64(v); } in ByteSwap() function
44 static inline int16_t ByteSwap(int16_t v) { return OSSwapInt16(v); } in ByteSwap() function
45 static inline int32_t ByteSwap(int32_t v) { return OSSwapInt32(v); } in ByteSwap() function
46 static inline int64_t ByteSwap(int64_t v) { return OSSwapInt64(v); } in ByteSwap() function
/external/libchrome/base/
Dsys_byteorder.h25 inline uint16_t ByteSwap(uint16_t x) { in ByteSwap() function
33 inline uint32_t ByteSwap(uint32_t x) { in ByteSwap() function
41 inline uint64_t ByteSwap(uint64_t x) { in ByteSwap() function
55 return ByteSwap(x); in ByteSwapToLE16()
62 return ByteSwap(x); in ByteSwapToLE32()
69 return ByteSwap(x); in ByteSwapToLE64()
77 return ByteSwap(x); in NetToHost16()
84 return ByteSwap(x); in NetToHost32()
91 return ByteSwap(x); in NetToHost64()
101 return ByteSwap(x); in HostToNet16()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp26 static inline unsigned ByteSwap(unsigned Var, bool Really) { in ByteSwap() function
51 NumEntries = ByteSwap(NumEntries, ShouldByteSwap); in ReadProfilingBlock()
75 Data[i] = AddCounts(ByteSwap(TempSpace[i], true), Data[i]); in ReadProfilingBlock()
104 PacketType = ByteSwap(PacketType, ShouldByteSwap); in ProfileInfoLoader()
114 ArgLength = ByteSwap(ArgLength, ShouldByteSwap); in ProfileInfoLoader()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp669 #define ByteSwap(x) PVRShellByteSwap((unsigned char*) &x, sizeof(x)) in PVRShellWriteBMPFile() macro
725 ByteSwap(bfType); in PVRShellWriteBMPFile()
726 ByteSwap(bfSize); in PVRShellWriteBMPFile()
727 ByteSwap(bfOffBits); in PVRShellWriteBMPFile()
728 ByteSwap(biSize); in PVRShellWriteBMPFile()
729 ByteSwap(biWidth); in PVRShellWriteBMPFile()
730 ByteSwap(biHeight); in PVRShellWriteBMPFile()
731 ByteSwap(biPlanes); in PVRShellWriteBMPFile()
732 ByteSwap(biBitCount); in PVRShellWriteBMPFile()
733 ByteSwap(biCompression); in PVRShellWriteBMPFile()
[all …]
/external/lzma/CPP/7zip/Compress/
DByteSwap.cpp90 REGISTER_CODECS(ByteSwap)
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc116 TEST(GCMTest, ByteSwap) { in TEST() argument
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/
Dmakefile70 $O\ByteSwap.obj \
/external/lzma/CPP/7zip/Bundles/Format7zR/
Dmakefile82 $O\ByteSwap.obj \
/external/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile102 $O\ByteSwap.obj \
DAlone.dsp745 SOURCE=..\..\Compress\ByteSwap.cpp
749 SOURCE=..\..\Compress\ByteSwap.h
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td536 class ByteSwap<bits<6> func, bits<5> sa, string instr_asm>:
772 def WSBW : ByteSwap<0x20, 0x2, "wsbw">;