Home
last modified time | relevance | path

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

/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h51 #define htobe32(x) _byteswap_ulong(x) macro
74 #define htobe32(x) OSSwapHostToBigInt32(x) macro
161 #define htobe32(x) (x) macro
168 #define htobe32(x) bswap_32(x) macro
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h26 # define htobe32(x) OSSwapHostToBigInt32(x) macro
70 # define htobe32(x) htonl(x) macro
88 # define htobe32(x) (x) macro
/netbsd/sys/sys/
H A Dendian.h143 #define htobe32(x) (x) macro
/netbsd/sys/arch/hpc/stand/include/machine/
H A Dendian.h163 #define htobe32(x) (x) macro
/netbsd/external/bsd/elftoolchain/dist/common/
H A D_elftc.h415 #define htobe32(x) OSSwapHostToBigInt32(x) macro
/netbsd/tools/compat/
H A Dcompat_defs.h1096 #define htobe32(x) (x) macro
1115 #define htobe32(x) bswap32((u_int32_t)(x)) macro
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c44 #define htobe32(x) BE_32(x) macro
78 #define htobe32(x) __builtin_bswap32(x) macro
94 #define htobe32(x) (x) macro
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c76 htobe32(uint32_t x) in htobe32() function