Searched refs:ALIGN_SIZE (Results 1 – 15 of 15) sorted by relevance
88 #ifndef ALIGN_SIZE /* so can override from jconfig.h */90 #define ALIGN_SIZE sizeof(double) macro92 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro286 sizeofobject = round_up_pow2(sizeofobject, ALIGN_SIZE); in alloc_small()289 if ((sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > in alloc_small()308 min_request = sizeof(small_pool_hdr) + sizeofobject + ALIGN_SIZE - 1; in alloc_small()339 if ((size_t)data_ptr % ALIGN_SIZE) /* ...and adjust for alignment */ in alloc_small()340 data_ptr += ALIGN_SIZE - (size_t)data_ptr % ALIGN_SIZE; in alloc_small()380 sizeofobject = round_up_pow2(sizeofobject, ALIGN_SIZE); in alloc_large()383 if ((sizeof(large_pool_hdr) + sizeofobject + ALIGN_SIZE - 1) > in alloc_large()[all …]
30 static final int ALIGN_SIZE = 1 << ALIGN_BITS; field in LZMACoder31 static final int ALIGN_MASK = ALIGN_SIZE - 1;52 final short[] distAlign = new short[ALIGN_SIZE];
48 private static final int ALIGN_PRICE_UPDATE_INTERVAL = ALIGN_SIZE;64 private final int[] alignPrices = new int[ALIGN_SIZE];513 for (int i = 0; i < ALIGN_SIZE; ++i) in updateAlignPrices()
16 #define ALIGN_SIZE 8 macro17 #define ALIGN_MASK (ALIGN_SIZE - 1)
191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro192 #define ALIGN_MASK (ALIGN_SIZE - 1)
202 uint16_t dist_align[ALIGN_SIZE];
45 #define ALIGN_SIZE 64 /* Should be enough for most CPUs */ macro58 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE)));
201 #define BUF_SIZE_0 (ALIGN_SIZE(sizeof(QC_OUT_CHANNEL) * (8)))203 (ALIGN_SIZE(maxSize(maxSize(sizeof(PSY_DYNAMIC), \
104 #define ALIGN_SIZE 16 macro106 #define ALIGN_SIZE sizeof(double) macro109 #define RESERVE_SIZE (((HDR_SIZE + (ALIGN_SIZE-1)) \110 / ALIGN_SIZE ) * ALIGN_SIZE)
151 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro192 size = ALIGN_SIZE(size); in sljit_malloc_exec()
235 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) macro278 size = ALIGN_SIZE(size); in sljit_malloc_exec()
304 #define ALIGN_SIZE(a) \ macro
2095 #undef ALIGN_SIZE in TT_Get_MM_Var()2096 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro2099 mmvar_size = ALIGN_SIZE( sizeof ( FT_MM_Var ) ); in TT_Get_MM_Var()2100 axis_flags_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2102 axis_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2104 namedstyle_size = ALIGN_SIZE( num_instances * in TT_Get_MM_Var()2106 next_coords_size = ALIGN_SIZE( num_instances * in TT_Get_MM_Var()
15 #define ALIGN_SIZE 0x1000 macro
1166 #define ALIGN_SIZE (1 << ALIGN_BITS) macro1167 #define ALIGN_MASK (ALIGN_SIZE - 1)1358 uint16_t dist_align[ALIGN_SIZE];