Searched refs:LZO_ASM_ALIGN (Results 1 – 1 of 1) sorted by relevance
117 #if !defined(LZO_ASM_ALIGN)119 # define LZO_ASM_ALIGN(x) .align x macro121 # define LZO_ASM_ALIGN(x) .align (1 << (x))125 #define ALIGN1 LZO_ASM_ALIGN(1)126 #define ALIGN2 LZO_ASM_ALIGN(2)127 #define ALIGN3 LZO_ASM_ALIGN(3)