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