Searched defs:ALIGN_SIZE (Results 1 – 9 of 9) sorted by relevance
38 #define ALIGN_SIZE (2 * sizeof(void*)) macro
30 static final int ALIGN_SIZE = 1 << ALIGN_BITS; field in LZMACoder
191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
144 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro
266 #define ALIGN_SIZE(a) ((a)+ (((INT)ALIGNMENT_DEFAULT - ((INT)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIG… macro
104 #define ALIGN_SIZE 16 macro106 #define ALIGN_SIZE sizeof(double) macro
43 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro
85 #define ALIGN_SIZE sizeof(double) macro87 #define ALIGN_SIZE 16 /* Most SIMD implementations require this */ macro
1172 #define ALIGN_SIZE (1 << ALIGN_BITS) macro