Searched defs:SkTEndianSwap64 (Results 1 – 1 of 1) sorted by relevance
92 template<uint64_t N> struct SkTEndianSwap64 { struct93 static const uint64_t value = (((N & 0x00000000000000FFULL) << (8*7)) |