Home
last modified time | relevance | path

Searched refs:ALIGN32 (Results 1 – 11 of 11) sorted by relevance

/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/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/amd64/include/
H A Dparam.h36 #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/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
970 ALIGN32 union { in ecp_nistz256_points_mul()
/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
965 ALIGN32 union { in ecp_nistz256_points_mul()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dnetbsd32_machdep.c273 chdr->c_hdrsize = ALIGN32(sizeof(*chdr)); in cpu_coredump32()
274 chdr->c_seghdrsize = ALIGN32(sizeof(cseg)); in cpu_coredump32()
/netbsd-src/sys/arch/i386/i386/
H A Dlock_stubs.S48 #define ALIGN32 .align 32 macro
/netbsd-src/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c297 chdr->c_hdrsize = ALIGN32(sizeof(*chdr)); in cpu_coredump32()
298 chdr->c_seghdrsize = ALIGN32(sizeof(cseg)); in cpu_coredump32()