Home
last modified time | relevance | path

Searched defs:be32toh (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c143 be32toh(uint32_t in) in be32toh() function
/titanic_52/usr/src/lib/libc/sparc/gen/
H A Dendian.c143 be32toh(uint32_t in) in be32toh() function
/titanic_52/usr/src/boot/sys/sys/
H A Dendian.h76 #define be32toh(x) bswap32((x)) macro
90 #define be32toh(x) ((uint32_t)(x)) macro