Searched refs:SwapByteOrder_64 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DSwapByteOrder.h56 /// SwapByteOrder_64 - This function returns a byte-swapped representation of
58 inline uint64_t SwapByteOrder_64(uint64_t value) { function in namespace:llvm::sys
85 inline unsigned long SwapByteOrder(unsigned long C) { return SwapByteOrder_64(C); }
86 inline signed long SwapByteOrder( signed long C) { return SwapByteOrder_64(C); }
92 return SwapByteOrder_64(C);
95 return SwapByteOrder_64(C);
H A DMathExtras.h379 return sys::SwapByteOrder_64(Value);

Completed in 51 milliseconds