Searched refs:HTOLE64 (Results 1 – 3 of 3) sorted by relevance
174 #define HTOLE64(x) (x) = bswap64((uint64_t)(x)) macro190 #define HTOLE64(x) (void) (x)206 #define LE64TOH(x) HTOLE64(x)
156 #define HTOLE64(x) (x) = bswap64(__CAST(uint64_t, (x)))172 #define HTOLE64(x) __CAST(void, (x))188 #define LE64TOH(x) HTOLE64(x)154 #define HTOLE64( global() macro
221 HTOLE64(val); in p9pbuf_put_8()