Searched refs:LZO_ASM_ALIGN (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/asm/i386/src/
H A Dlzo_asm.h132 #if !defined(LZO_ASM_ALIGN)
134 # define LZO_ASM_ALIGN(x) .align x macro
136 # define LZO_ASM_ALIGN(x) .align (1 << (x))
140 #define ALIGN1 LZO_ASM_ALIGN(1)
141 #define ALIGN2 LZO_ASM_ALIGN(2)
142 #define ALIGN3 LZO_ASM_ALIGN(3)

Completed in 160 milliseconds