Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c131 be16toh(uint16_t in) in be16toh() function
/titanic_52/usr/src/lib/libc/sparc/gen/
H A Dendian.c131 be16toh(uint16_t in) in be16toh() function
/titanic_52/usr/src/boot/sys/sys/
H A Dendian.h75 #define be16toh(x) bswap16((x)) macro
89 #define be16toh(x) ((uint16_t)(x)) macro