Home
last modified time | relevance | path

Searched refs:_SwapUInt64 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/
H A Dset_haiku_revision.cpp472 static inline uint64_t _SwapUInt64(uint64_t value) in _SwapUInt64() function in ELFObject
523 return (fHostEndianess ? value : _SwapUInt64(value)); in GetValue()
530 return (fHostEndianess ? value : _SwapUInt64(value)); in GetValue()