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

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp287 static inline uint64_t reverse64(uint64_t n) { function
309 const uint64_t newLow = reverse64(this->fHigh);
310 this->fHigh = reverse64(this->fLow);

Completed in 97 milliseconds