Home
last modified time | relevance | path

Searched refs:MAX_ALIGN (Results 1 – 5 of 5) sorted by relevance

/third_party/libunwind/src/mi/
Dmempool.c35 # define MAX_ALIGN __BIGGEST_ALIGNMENT__ macro
41 # define MAX_ALIGN MAX_ALIGN_(sizeof (long double)) macro
44 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()
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.c12 #define MAX_ALIGN alignof(max_align_t) macro
16 #define MAX_ALIGN alignof(uint64_t) macro
25 assert(MAX_ALIGN % alignment == 0); in vk_default_alloc()
36 assert(MAX_ALIGN % alignment == 0); in vk_default_realloc()
/third_party/optimized-routines/string/bench/
Dstrlen.c21 #define MAX_ALIGN 32 macro
24 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()
/third_party/ffmpeg/libavfilter/
Dvf_yadif.c113 #define MAX_ALIGN 8 macro
125 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()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dyadif.c263 #define MAX_ALIGN 8 macro
336 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()