Searched refs:ALIGN_PTR (Results 1 – 5 of 5) sorted by relevance
275 #define ALIGN_PTR(a) ( (unsigned char*)(a) + (((INT)ALIGNMENT_DEFAULT - ((INT)(UINT64)(a) & (ALIGNM… macro
221 type * name = (type*)ALIGN_PTR(_ ## name); \
245 …result = ALIGN_PTR((unsigned char*)addr + sizeof(void*)); /* Get aligned memory base address. */ in FDKaalloc()310 …result = ALIGN_PTR((unsigned char *)addr + sizeof(void*)); /* Get aligned memory base address. … in FDKaalloc_L()
383 FIXP_DBL *fft = (FIXP_DBL *)ALIGN_PTR(_fft); in slotBasedEightChannelFiltering()
605 FIXP_DBL *pfft = (FIXP_DBL*)ALIGN_PTR(mfft); in eightChannelFiltering()