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

/freebsd-current/crypto/heimdal/lib/roken/
H A Dbswap.c40 bswap32 (unsigned int val) function
/freebsd-current/contrib/openbsm/compat/
H A Dendian.h64 bswap32(uint32_t int32) function
/freebsd-current/sys/sys/
H A Dendian.h66 #define bswap32(x) __bswap32(x) macro
/freebsd-current/tools/build/cross-build/include/linux/sys/
H A Dendian.h59 #undef bswap32 macro
60 #define bswap32(a) __builtin_bswap32(a) macro
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dendian.h46 #define bswap32(x) __builtin_bswap32(x) macro
/freebsd-current/contrib/xz/src/common/
H A Dtuklib_integer.h71 # define bswap32(n) __builtin_bswap32(n) macro
81 # define bswap32(num) bswap_32(num) macro
98 # define bswap32(num) BSWAP_32(num) macro
131 # define bswap32(n) (uint32_t)( \ macro
/freebsd-current/crypto/openssl/crypto/aria/
H A Daria.c35 #define bswap32(v) \ macro
/freebsd-current/sys/dev/safe/
H A Dsafe.c75 #define bswap32 NTOHL macro

Completed in 224 milliseconds