Searched defs:BSWAP32 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/common/lib/libc/arch/alpha/gen/
H A Dbyte_swap_4.S38 #define BSWAP32 bswap32 define
40 #define BSWAP32 __bswap32 define
/netbsd-current/common/lib/libc/arch/m68k/gen/
H A Dbswap32.S32 #define BSWAP32 _C_LABEL(bswap32) define
34 #define BSWAP32 _C_LABEL(__bswap32) define
/netbsd-current/sys/arch/or1k/include/
H A Dbyte_swap.h44 #define BSWAP32(_src, _dst, _tmp) \ macro
/netbsd-current/sys/arch/arm/include/
H A Dbyte_swap.h41 #define BSWAP32(_src, _dst, _tmp) \ macro
51 #define BSWAP32(_src, _dst, _tmp) \ macro
/netbsd-current/sys/arch/aarch64/include/
H A Dbyte_swap.h41 #define BSWAP32(_src, _dst) \ macro
/netbsd-current/sys/arch/riscv/include/
H A Dbyte_swap.h44 #define BSWAP32(_src, _dst, _tmp) \ macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-mo.c79 #define BSWAP32(x) (x) = bswap_32 (x) macro
[all...]

Completed in 207 milliseconds