Home
last modified time | relevance | path

Searched defs:ALIGN32 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/i386/i386/
H A Dlock_stubs.S48 #define ALIGN32 .align 32 macro
/netbsd-src/sys/arch/ia64/include/
H A Dparam.h77 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32) macro
/netbsd-src/sys/arch/sparc64/include/
H A Dparam.h93 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) & ~ALIGNBYTES32) macro
/netbsd-src/sys/arch/aarch64/include/
H A Dparam.h100 #define ALIGN32(p) \ macro
/netbsd-src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
H A Dl2tp_event.h63 #define ALIGN32(n) (((n) + 3) & ~3) macro
/netbsd-src/sys/arch/amd64/include/
H A Dparam.h36 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32) macro
/netbsd-src/sys/arch/mips/include/
H A Dmips_param.h80 #define ALIGN32(p) (((uintptr_t)(p) + ALIGNBYTES32) &~ALIGNBYTES32) macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistz256.c41 # define ALIGN32 __attribute((aligned(32))) macro
43 # define ALIGN32 __declspec(align(32)) macro
45 # define ALIGN32 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistz256.c35 # define ALIGN32 __attribute((aligned(32))) macro
37 # define ALIGN32 __declspec(align(32)) macro
39 # define ALIGN32 macro