Home
last modified time | relevance | path

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

/netbsd-src/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-src/external/mpl/dhcp/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-src/external/bsd/libfido2/dist/openbsd-compat/
H A Dopenbsd-compat.h23 #define be32toh(x) OSSwapBigToHostInt32((x)) macro
37 #define be32toh(x) ntohl((x)) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h31 #define be32toh(x) betoh32(x) macro
52 #define be32toh(x) OSSwapBigToHostInt32(x) macro
139 #define be32toh(x) (x) macro
146 #define be32toh(x) bswap_32(x) macro
/netbsd-src/sys/sys/
H A Dendian.h175 #define be32toh( global() macro
/netbsd-src/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-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h195 #define be32toh(x) htobe32(x) macro
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg-buffer.c44 #define be32toh ntohl macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c98 be32toh(uint32_t x) in be32toh() function
/netbsd-src/tools/compat/
H A Dcompat_defs.h1134 #define be32toh( global() macro