Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libc/sparc/gen/
H A Dendian.c113 htobe32(uint32_t in) in htobe32() function
/titanic_51/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c113 htobe32(uint32_t in) in htobe32() function
/titanic_51/usr/src/boot/sys/sys/
H A Dendian.h69 #define htobe32(x) bswap32((x)) macro
83 #define htobe32(x) ((uint32_t)(x)) macro