Searched defs:ALIGN_SIZE (Results 1 – 12 of 12) sorted by relevance
38 #define ALIGN_SIZE (2 * sizeof(void*)) macro
115 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
284 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
238 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
90 #define ALIGN_SIZE sizeof(double) macro92 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
87 #define ALIGN_SIZE MAX(sizeof(void *), sizeof(double)) macro89 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
55 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro
140 #define ALIGN_SIZE sizeof(double) macro
85 const size_t ALIGN_SIZE = 8; variable
314 #define ALIGN_SIZE( n ) \ in T1_Get_MM_Var() macro
2254 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro
1166 #define ALIGN_SIZE (1 << ALIGN_BITS) macro