Home
last modified time | relevance | path

Searched defs:be64toh (Results 1 – 4 of 4) sorted by relevance

/titanic_52/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c76 be64toh(uint64_t in) in be64toh() function
/titanic_52/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c155 be64toh(uint64_t in) in be64toh() function
/titanic_52/usr/src/lib/libc/sparc/gen/
H A Dendian.c155 be64toh(uint64_t in) in be64toh() function
/titanic_52/usr/src/boot/sys/sys/
H A Dendian.h77 #define be64toh(x) bswap64((x)) macro
91 #define be64toh(x) ((uint64_t)(x)) macro