Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h28 # define be32toh(x) OSSwapBigToHostInt32(x) macro
52 # define be32toh(x) betoh32(x) macro
72 # define be32toh(x) ntohl(x) macro
90 # define be32toh(x) (x) macro
/netbsd/external/bsd/libfido2/dist/openbsd-compat/
H A Dopenbsd-compat.h22 #define be32toh(x) OSSwapBigToHostInt32((x)) macro
35 #define be32toh(x) ntohl((x)) macro
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h31 #define be32toh(x) betoh32(x) macro
53 #define be32toh(x) _byteswap_ulong(x) macro
76 #define be32toh(x) OSSwapBigToHostInt32(x) macro
163 #define be32toh(x) (x) macro
170 #define be32toh(x) bswap_32(x) macro
/netbsd/sys/sys/
H A Dendian.h175 #define be32toh(x) htobe32(x) macro
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c42 #define be32toh(x) BE_32(x) macro
61 #define be32toh(x) betoh32(x) macro
76 #define be32toh(x) __builtin_bswap32(x) macro
92 #define be32toh(x) (x) macro
/netbsd/sys/arch/hpc/stand/include/machine/
H A Dendian.h195 #define be32toh(x) htobe32(x) macro
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c98 be32toh(uint32_t x) in be32toh() function
/netbsd/tools/compat/
H A Dcompat_defs.h1134 #define be32toh(x) htobe32(x) macro