OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 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);
MathExtras.h
378
return sys::
SwapByteOrder_64
(Value);
Completed in 123 milliseconds