Searched defs:ALIGN32 (Results 1 – 9 of 9) sorted by relevance
48 #define ALIGN32 .align 32 macro
77 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32) macro
93 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) & ~ALIGNBYTES32) macro
100 #define ALIGN32(p) \ macro
63 #define ALIGN32(n) (((n) + 3) & ~3) macro
36 #define ALIGN32(p) (((u_long)(p) + ALIGNBYTES32) &~ALIGNBYTES32) 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 macro
35 # define ALIGN32 __attribute((aligned(32))) macro37 # define ALIGN32 __declspec(align(32)) macro39 # define ALIGN32 macro