Searched refs:SwapByteOrder_64 (Results 1 – 2 of 2) sorted by relevance
60 inline uint64_t SwapByteOrder_64(uint64_t value) { in SwapByteOrder_64() function86 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()87 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_64(C); } in getSwappedBytes()93 return SwapByteOrder_64(C); in getSwappedBytes()96 return SwapByteOrder_64(C); in getSwappedBytes()115 out.i = SwapByteOrder_64(in.i); in getSwappedBytes()
450 return sys::SwapByteOrder_64(Value);