HomeSort by: relevance | last modified time | path
    Searched defs:be32toh (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/libfido2/dist/openbsd-compat/
openbsd-compat.h 23 #define be32toh(x) OSSwapBigToHostInt32((x)) macro
37 #define be32toh(x) ntohl((x)) macro
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 31 #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
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 28 # 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
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 32 #define be32toh(x) _byteswap_ulong(x) macro
46 #define be32toh(x) (x) macro
74 #define be32toh(x) OSSwapBigToHostInt32(x) macro
209 # if !defined be32toh
210 # define be32toh(x) betoh(32,(x)) macro
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 31 #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
  /src/sys/arch/hpc/stand/include/machine/
endian.h 195 #define be32toh(x) htobe32(x) macro
202 #define BE32TOH(x) HTOBE32(x)
  /src/sys/sys/
endian.h 177 #define be32toh(x) htobe32(x) macro
184 #define BE32TOH(x) HTOBE32(x)
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
sha2.c 48 # undef be32toh macro
98 be32toh(uint32_t x) function
304 W256[j] = be32toh(*data); \
404 W256[j] = be32toh(*data);
  /src/external/bsd/tmux/dist/compat/
imsg-buffer.c 43 #undef be32toh macro
44 #define be32toh ntohl macro
531 *value = be32toh(*value);
  /src/tools/compat/
compat_defs.h 1168 #if !HAVE_DECL_BE32TOH && !defined(be32toh)
1169 #define be32toh(x) htobe32(x) macro
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 42 #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
417 uint32_t h32 = be32toh( lens->be32 );

Completed in 34 milliseconds