Searched refs:ALIGN32 (Results 1 – 11 of 11) sorted by relevance
63 #define ALIGN32(n) (((n) + 3) & ~3) macro
77 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32) macro
93 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) & ~ALIGNBYTES32) macro
36 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32) macro
100 #define ALIGN32(p) \ macro
80 #define ALIGN32(p) (((uintptr_t)(p) + ALIGNBYTES32) &~ALIGNBYTES32) macro
41 # define ALIGN32 __attribute((aligned(32))) macro43 # define ALIGN32 __declspec(align(32)) macro45 # define ALIGN32 macro970 ALIGN32 union { in ecp_nistz256_points_mul()
35 # define ALIGN32 __attribute((aligned(32))) macro37 # define ALIGN32 __declspec(align(32)) macro39 # define ALIGN32 macro965 ALIGN32 union { in ecp_nistz256_points_mul()
273 chdr->c_hdrsize = ALIGN32(sizeof(*chdr)); in cpu_coredump32()274 chdr->c_seghdrsize = ALIGN32(sizeof(cseg)); in cpu_coredump32()
48 #define ALIGN32 .align 32 macro
297 chdr->c_hdrsize = ALIGN32(sizeof(*chdr)); in cpu_coredump32()298 chdr->c_seghdrsize = ALIGN32(sizeof(cseg)); in cpu_coredump32()