Searched refs:bswap64 (Results 1 – 6 of 6) sorted by relevance
40 #define bswap64(x) __bswap64(x) macro49 #define htobe64(x) bswap64((x))56 #define be64toh(x) bswap64((x))66 #define htole64(x) bswap64((x))73 #define le64toh(x) bswap64((x))
23 uint64_t bswap64(uint64_t) __attribute__((__const__));30 #define __BYTE_SWAP_U64_VARIABLE bswap6462 #define bswap64(x) \ macro
155 #define htole64(x) bswap64((uint64_t)(x))162 #define HTOLE64(x) (x) = bswap64((uint64_t)(x))168 #define htobe64(x) bswap64((uint64_t)(x))175 #define HTOBE64(x) (x) = bswap64((uint64_t)(x))
21 #undef bswap6469 uint64_t bswap64(uint64_t Value) in bswap64() function
16 #undef bswap6419 bswap64(UINT64 x) in bswap64() function
61 #define bswap64(x) __bswap64(x) macro70 #define htobe64(x) bswap64((x))77 #define be64toh(x) bswap64((x))87 #define htole64(x) bswap64((x))94 #define le64toh(x) bswap64((x))