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

/netbsd-current/lib/libc/gen/
H A DLint_bswap32.c8 bswap32(b32) function
/netbsd-current/common/lib/libc/gen/
H A Dbswap32.c16 #undef bswap32 macro
19 bswap32(uint32_t x) function
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dbswap.c59 bswap32 (unsigned int val) function
/netbsd-current/sys/sys/
H A Dbswap.h67 #define bswap32(x) \ macro
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_ni_64.S1091 bswap32: label
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h58 # define bswap32(num) bswap_32(num) macro
75 # define bswap32(num) BSWAP_32(num) macro
122 # define bswap32(num) \ macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aria/
H A Daria.c35 #define bswap32(v) \ macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aria/
H A Daria.c35 #define bswap32(v) \ macro
/netbsd-current/tools/compat/
H A Dcompat_defs.h436 #undef bswap32 macro
438 #define bswap32(x) __nbcompat_bswap32(x) macro

Completed in 132 milliseconds