Searched defs:ALIGN_SIZE (Results 1 – 13 of 13) sorted by relevance
16 #define ALIGN_SIZE 8 macro
30 static final int ALIGN_SIZE = 1 << ALIGN_BITS; field in LZMACoder
191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
191 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
235 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
104 #define ALIGN_SIZE 16 macro106 #define ALIGN_SIZE sizeof(double) macro
304 #define ALIGN_SIZE(a) \ macro
90 #define ALIGN_SIZE sizeof(double) macro92 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
34 #define ALIGN_SIZE 0x1000 macro
17 #define ALIGN_SIZE 0x1000 macro
2135 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro
1166 #define ALIGN_SIZE (1 << ALIGN_BITS) macro