Searched refs:SwapByteOrder_64 (Results 1 – 2 of 2) sorted by relevance
58 inline uint64_t SwapByteOrder_64(uint64_t value) { in SwapByteOrder_64() function84 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()85 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_64(C); } in getSwappedBytes()91 return SwapByteOrder_64(C); in getSwappedBytes()94 return SwapByteOrder_64(C); in getSwappedBytes()113 out.i = SwapByteOrder_64(in.i); in getSwappedBytes()
379 return sys::SwapByteOrder_64(Value);