Searched refs:swap64 (Results 1 – 5 of 5) sorted by relevance
14 #define swap64(x) NXSwapLongLong(x) macro79 # define htobe64(x) swap64(x)82 # define be64toh(x) swap64(x)
14 #define swap64(x) NXSwapLongLong(x) macro64 # define le64toh(x) swap64(x)
104 #define swap64(x) bswap_64(x)121 #define swap64(x) bswap64(x)134 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\153 #define swap64(x) NXSwapLongLong(x)165 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\181 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\254 # define le64toh(x) swap64(x)305 # define htobe64(x) swap64(x)308 # define be64toh(x) swap64(x)
106 #define swap64(x) bswap_64(x)123 #define swap64(x) bswap64(x)136 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\155 #define swap64(x) NXSwapLongLong(x)167 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\183 #define swap64(x) ((uint64_t)(((uint64_t)(x) << 56) & 0xff00000000000000ULL | \\270 #define htobe64(x) swap64(x)271 #define be64toh(x) swap64(x)
29 #define bswap_64 swap64