Searched refs:SwapByteOrder_32 (Results 1 – 6 of 6) sorted by relevance
44 inline uint32_t SwapByteOrder_32(uint32_t value) { in SwapByteOrder_32() function66 uint64_t Hi = SwapByteOrder_32(uint32_t(value)); in SwapByteOrder_64()67 uint32_t Lo = SwapByteOrder_32(uint32_t(value >> 32)); in SwapByteOrder_64()79 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()80 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()83 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()84 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()105 out.i = SwapByteOrder_32(in.i); in getSwappedBytes()
418 return sys::SwapByteOrder_32(Value);
41 inline uint32_t SwapByteOrder_32(uint32_t value) { in SwapByteOrder_32() function63 uint64_t Hi = SwapByteOrder_32(uint32_t(value)); in SwapByteOrder_64()64 uint32_t Lo = SwapByteOrder_32(uint32_t(value >> 32)); in SwapByteOrder_64()76 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()77 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()80 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()81 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()102 out.i = SwapByteOrder_32(in.i); in getSwappedBytes()
396 return sys::SwapByteOrder_32(Value);
71 inline uint32_t SwapByteOrder_32(uint32_t value) { in SwapByteOrder_32() function92 uint64_t Hi = SwapByteOrder_32(uint32_t(value)); in SwapByteOrder_64()93 uint32_t Lo = SwapByteOrder_32(uint32_t(value >> 32)); in SwapByteOrder_64()105 inline unsigned int getSwappedBytes(unsigned int C) { return SwapByteOrder_32(C); } in getSwappedBytes()106 inline signed int getSwappedBytes( signed int C) { return SwapByteOrder_32(C); } in getSwappedBytes()109 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_32(C); } in getSwappedBytes()110 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_32(C); } in getSwappedBytes()131 out.i = SwapByteOrder_32(in.i); in getSwappedBytes()
481 return sys::SwapByteOrder_32(Value);