Home
last modified time | relevance | path

Searched refs:ALIGN_8 (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsCommon.h319 #define ALIGN_8(_x_) (((_x_) + 7) & ~7) macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsCommon.h346 #define ALIGN_8(_x_) (((_x_) + 7) & ~7) macro
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.h125 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x)
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.h131 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x)
/utopia/UTPA2-700.0.x/modules/security/drv/aesdma/
H A DdrvAESDMA.c1302 u32scattergather_Address = ALIGN_8(phy64PAInBuf + u32Size); in _MDrv_SHA_Calculate()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt30630 #define ALIGN_8(_x_) (((_x_) + 7) & ~7)