Searched refs:BSWAP32 (Results 1 - 10 of 10) 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
42 LEAF(BSWAP32, 1) /* a0 contains 0x01234567 */
55 END(BSWAP32)
/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
37 _ENTRY(BSWAP32)
55 END(BSWAP32)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-mo.c79 #define BSWAP32(x) (x) = bswap_32 (x) macro
491 BSWAP32 (header.magic);
492 BSWAP32 (header.revision);
493 BSWAP32 (header.nstrings);
494 BSWAP32 (header.orig_tab_offset);
495 BSWAP32 (header.trans_tab_offset);
496 BSWAP32 (header.hash_tab_size);
497 BSWAP32 (header.hash_tab_offset);
500 BSWAP32 (header.n_sysdep_segments);
501 BSWAP32 (heade
[all...]
/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/arm/arm/
H A Dbus_space_a2x.S70 BSWAP32(r0, r0, r1)
127 BSWAP32(r3, r3, r0)
H A Dbus_space_a4x.S70 BSWAP32(r0, r0, r1)
127 BSWAP32(r3, r3, r0)
H A Dbus_space_asm_generic.S94 BSWAP32(r0, r0, r1)
120 BSWAP32(r3, r3, r0)
204 BSWAP32(r3, r3, ip)
285 BSWAP32(r3, r3, ip)
368 BSWAP32(r3, r3, ip)
450 BSWAP32(r3, r3, ip)
497 BSWAP32(r3, r3, r0) /* swap and fallthrough */
/netbsd-current/sys/arch/or1k/include/
H A Dbyte_swap.h44 #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

Completed in 201 milliseconds