Searched refs:BSwap64 (Results 1 – 4 of 4) sorted by relevance
47 #define HToBE64(X) BSwap64(X)101 static INLINE uint64_t BSwap64(uint64_t x) { in BSwap64() function
51 #define HToBE64(X) BSwap64(X)105 static INLINE uint64_t BSwap64(uint64_t x) { in BSwap64() function
76 static WEBP_INLINE uint64_t BSwap64(uint64_t x) { in BSwap64() function
85 bits = BSwap64(in_bits); in VP8LoadNewBytes()