Searched refs:SwapByteOrder_32 (Results 1 – 2 of 2) 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()
445 return sys::SwapByteOrder_32(Value);