HomeSort by relevance Sort by last modified time
    Searched refs:SwapByteOrder_64 (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
SwapByteOrder.h 56 /// SwapByteOrder_64 - This function returns a byte-swapped representation of
58 inline uint64_t SwapByteOrder_64(uint64_t value) {
85 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); }
86 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_64(C); }
92 return SwapByteOrder_64(C);
95 return SwapByteOrder_64(C);
MathExtras.h 388 return sys::SwapByteOrder_64(Value);

Completed in 246 milliseconds