Searched refs:ByteSwap (Results 1 – 12 of 12) sorted by relevance
/external/google-breakpad/src/common/mac/ |
D | macho_utilities.cc | 40 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 …]
|
D | byteswap.h | 41 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/ |
D | sys_byteorder.h | 25 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/ |
D | ProfileInfoLoader.cpp | 26 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/ |
D | PVRShell.cpp | 669 #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/ |
D | ByteSwap.cpp | 90 REGISTER_CODECS(ByteSwap)
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 116 TEST(GCMTest, ByteSwap) { in TEST() argument
|
/external/lzma/CPP/7zip/Bundles/Format7zExtractR/ |
D | makefile | 70 $O\ByteSwap.obj \
|
/external/lzma/CPP/7zip/Bundles/Format7zR/ |
D | makefile | 82 $O\ByteSwap.obj \
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | makefile | 102 $O\ByteSwap.obj \
|
D | Alone.dsp | 745 SOURCE=..\..\Compress\ByteSwap.cpp 749 SOURCE=..\..\Compress\ByteSwap.h
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.td | 536 class ByteSwap<bits<6> func, bits<5> sa, string instr_asm>: 772 def WSBW : ByteSwap<0x20, 0x2, "wsbw">;
|