Searched defs:htobe32 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/include/machine/
H A Dendian.h163 #define htobe32(x) (x) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dendian.h143 #define htobe32(x) (x) macro
/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha2/
H A Dsha2.c69 # undef htobe32 macro
75 htobe32(uint32_t x) function
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dcompat_defs.h923 #define htobe32(x) (x) macro
942 #define htobe32(x) bswap32((u_int32_t)(x)) macro

Completed in 72 milliseconds