Searched refs:MAX_ALIGN (Results 1 – 5 of 5) sorted by relevance
35 # define MAX_ALIGN __BIGGEST_ALIGNMENT__ macro41 # define MAX_ALIGN MAX_ALIGN_(sizeof (long double)) macro44 static alignas(MAX_ALIGN) char sos_memory[SOS_MEMORY_SIZE];56 size = UNW_ALIGN(size, MAX_ALIGN); in sos_alloc()59 assert(((uintptr_t) &sos_memory[0] & (MAX_ALIGN-1)) == 0); in sos_alloc()63 assert (((uintptr_t) &sos_memory[pos] & (MAX_ALIGN-1)) == 0); in sos_alloc()126 obj_size = UNW_ALIGN(obj_size, MAX_ALIGN); in mempool_init()
12 #define MAX_ALIGN alignof(max_align_t) macro16 #define MAX_ALIGN alignof(uint64_t) macro25 assert(MAX_ALIGN % alignment == 0); in vk_default_alloc()36 assert(MAX_ALIGN % alignment == 0); in vk_default_realloc()
21 #define MAX_ALIGN 32 macro24 static char a[(MAX_STRLEN + 1) * MAX_ALIGN] __attribute__((__aligned__(4096)));107 uint16_t index[MAX_ALIGN]; in init_strlen_tests()112 for (int i = 0; i < MAX_ALIGN; i++) in init_strlen_tests()126 index[(align + exp_len) & (MAX_ALIGN - 1)] + MAX_STRLEN - exp_len; in init_strlen_tests()
113 #define MAX_ALIGN 8 macro125 const int edge = MAX_ALIGN - 1; in filter_edges()174 const int edge = MAX_ALIGN / 2 - 1; in filter_edges_16bit()204 int edge = 3 + MAX_ALIGN / df - 1; in filter_slice()
263 #define MAX_ALIGN 8 macro336 const int edge = colors * (MAX_ALIGN / bpp); in filter_edges()389 int edge = colors * MAX_ALIGN / bpp; in filter_scanline_yadif()421 int edge = MAX_ALIGN / bpp; in filter_scanline_yadif_planar()