Searched refs:MEM_ALIGN (Results 1 – 5 of 5) sorted by relevance
30 #define MEM_ALIGN(n, m) ((n + ((1 << (m)) - 1)) & ~((1 << (m)) - 1)) macro
299 auto *bp_align = reinterpret_cast<const uint8_t *>(MEM_ALIGN(pval, 2)); in MakeCrc32c()
36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro987 resampler->taps = MEM_ALIGN ((gint8 *) resampler->taps_mem, ALIGN); in alloc_taps_mem()1011 MEM_ALIGN ((gint8 *) resampler->cached_taps_mem + phases_size, ALIGN); in alloc_cache_mem()1444 ptr = MEM_ALIGN (samples, ALIGN); in get_sample_bufs()
412 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro432 s = MEM_ALIGN (&chain->tmp[chain->blocks], ALIGN); in get_temp_samples()
3570 MEM_ALIGN in LWIP_MEM_ALIGN and MEM_ALIGN_SIZE in LWIP_MEM_ALIGN_SIZE to avoid