Searched refs:reverse64 (Results 1 – 1 of 1) sorted by relevance
287 static inline uint64_t reverse64(uint64_t n) { in reverse64() function309 const uint64_t newLow = reverse64(this->fHigh); in reverse()310 this->fHigh = reverse64(this->fLow); in reverse()