Home
last modified time | relevance | path

Searched refs:HTOLE64 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h174 #define HTOLE64(x) (x) = bswap64((uint64_t)(x)) macro
190 #define HTOLE64(x) (void) (x)
206 #define LE64TOH(x) HTOLE64(x)
/netbsd-src/sys/sys/
H A Dendian.h156 #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
/netbsd-src/usr.sbin/puffs/mount_9p/
H A Dninebuf.c221 HTOLE64(val); in p9pbuf_put_8()