Searched defs:bswap32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dbswap.c40 bswap32 (unsigned int val) function
/freebsd-12-stable/contrib/openbsm/compat/
H A Dendian.h64 bswap32(uint32_t int32) function
/freebsd-12-stable/sys/sys/
H A Dendian.h62 #define bswap32(x) __bswap32(x) macro
/freebsd-12-stable/contrib/xz/src/common/
H A Dtuklib_integer.h65 # define bswap32(n) __builtin_bswap32(n) macro
75 # define bswap32(num) bswap_32(num) macro
92 # define bswap32(num) BSWAP_32(num) macro
125 # define bswap32(n) (uint32_t)( \ macro
/freebsd-12-stable/crypto/openssl/crypto/aria/
H A Daria.c35 #define bswap32(v) \ macro
/freebsd-12-stable/sys/dev/safe/
H A Dsafe.c78 #define bswap32 NTOHL macro

Completed in 79 milliseconds