Searched refs:ALIGN_8 (Results 1 – 6 of 6) sorted by relevance
319 #define ALIGN_8(_x_) (((_x_) + 7) & ~7) macro
346 #define ALIGN_8(_x_) (((_x_) + 7) & ~7) macro
125 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x)
131 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x)
1302 u32scattergather_Address = ALIGN_8(phy64PAInBuf + u32Size); in _MDrv_SHA_Calculate()
30630 #define ALIGN_8(_x_) (((_x_) + 7) & ~7)