Searched refs:SWAP_64 (Results 1 – 1 of 1) sorted by relevance
23 static inline uint64_t SWAP_64(uint64_t x) { return __builtin_bswap64(x); } in SWAP_64() function29 #define LE64(val) SWAP_64(val)39 #define BE64(val) SWAP_64(val)
Completed in 2 milliseconds