Searched refs:bswap64 (Results 1 – 8 of 8) sorted by relevance
96 #define bswap64(x) (((x) << 56) | (((x) & 0xff00) << 40) \ macro114 #define hostToLE64(x) bswap64(x)117 #define LE64ToHost(x) bswap64(x)120 #define convert64(x) (x = bswap64(x))
62 static inline uint64_t bswap64(uint64_t x) in bswap64() function81 *s = bswap64(*s); in bswap64s()
58 return bswap64(s); in tswap64()73 *s = bswap64(*s); in tswap64s()
13 define i64 @bswap64(i64 %x) nounwind readnone {15 ; MIPS64: bswap64:
117 P(bswap64, (N)); in main()
39 #define bswap_64 bswap64
33 #define bswap_64 bswap64
121 #define swap64(x) bswap64(x)