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

  /src/external/bsd/libfido2/dist/openbsd-compat/
openbsd-compat.h 24 #define htobe32(x) OSSwapHostToBigInt32((x)) macro
38 #define htobe32(x) htonl((x)) macro
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 51 #define htobe32(x) _byteswap_ulong(x) macro
74 #define htobe32(x) OSSwapHostToBigInt32(x) macro
158 #ifndef htobe32
161 #define htobe32(x) (x) macro
168 #define htobe32(x) bswap_32(x) macro
174 #endif /* !htobe32 */
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 26 # define htobe32(x) OSSwapHostToBigInt32(x) macro
70 # define htobe32(x) htonl(x) macro
88 # define htobe32(x) (x) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 25 #define htobe32(x) _byteswap_ulong(x) macro
39 #define htobe32(x) (x) macro
67 #define htobe32(x) OSSwapHostToBigInt32(x) macro
190 # if !defined htobe32
191 # define htobe32(x) htobe(32,(x)) macro
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 50 #define htobe32(x) OSSwapHostToBigInt32(x) macro
134 #ifndef htobe32
137 #define htobe32(x) (x) macro
144 #define htobe32(x) bswap_32(x) macro
150 #endif /* !htobe32 */
  /src/external/bsd/elftoolchain/dist/common/
_elftc.h 416 #define htobe32(x) OSSwapHostToBigInt32(x) macro
  /src/sys/arch/hpc/stand/include/machine/
endian.h 163 #define htobe32(x) (x) macro
170 #define HTOBE32(x) (void) (x)
179 #define htobe32(x) bswap32((uint32_t)(x))
186 #define HTOBE32(x) (x) = bswap32((uint32_t)(x))
195 #define be32toh(x) htobe32(x)
202 #define BE32TOH(x) HTOBE32(x)
  /src/sys/sys/
endian.h 145 #define htobe32(x) __CAST(uint32_t, (x)) macro
152 #define HTOBE32(x) __CAST(void, (x))
161 #define htobe32(x) bswap32(__CAST(uint32_t, (x)))
168 #define HTOBE32(x) (x) = bswap32(__CAST(uint32_t, (x)))
177 #define be32toh(x) htobe32(x)
184 #define BE32TOH(x) HTOBE32(x)
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
sha2.c 46 # undef htobe32 macro
76 htobe32(uint32_t x) function
100 return htobe32(x);
  /src/external/bsd/tmux/dist/compat/
imsg-buffer.c 37 #undef htobe32 macro
38 #define htobe32 htonl macro
205 v = htobe32(value);
343 v = htobe32(value);
  /src/tools/compat/
compat_defs.h 1130 #if !HAVE_DECL_HTOBE32 && !defined(htobe32)
1131 #define htobe32(x) (x) macro
1149 #if !HAVE_DECL_HTOBE32 && !defined(htobe32)
1150 #define htobe32(x) bswap32((u_int32_t)(x)) macro
1169 #define be32toh(x) htobe32(x)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 44 #define htobe32(x) BE_32(x) macro
78 #define htobe32(x) __builtin_bswap32(x) macro
94 #define htobe32(x) (x) macro
282 buf.be32 = htobe32( h32 );

Completed in 43 milliseconds