Searched defs:ALIGN_SIZE (Results 1 – 15 of 15) sorted by relevance
18 #define ALIGN_SIZE 8 macro
46 #define ALIGN_SIZE 16 macro48 #define ALIGN_SIZE sizeof(double) macro
30 static final int ALIGN_SIZE = 1 << ALIGN_BITS; field in LZMACoder
190 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
115 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
304 #define ALIGN_SIZE(a) \ macro
87 #define ALIGN_SIZE MAX(sizeof(void *), sizeof(double)) macro89 #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
318 #define ALIGN_SIZE( n ) \ in T1_Get_MM_Var() macro
2434 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro
834 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
334 pub const ALIGN_SIZE: u32 = 8u32; constant