Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/system/
Dcrc32c.h30 #define MEM_ALIGN(n, m) ((n + ((1 << (m)) - 1)) & ~((1 << (m)) - 1)) macro
Dcrc32c.cc299 auto *bp_align = reinterpret_cast<const uint8_t *>(MEM_ALIGN(pval, 2)); in MakeCrc32c()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro
987 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()
Daudio-converter.c412 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) macro
432 s = MEM_ALIGN (&chain->tmp[chain->blocks], ALIGN); in get_temp_samples()
/third_party/lwip/
DCHANGELOG3570 MEM_ALIGN in LWIP_MEM_ALIGN and MEM_ALIGN_SIZE in LWIP_MEM_ALIGN_SIZE to avoid