Home
last modified time | relevance | path

Searched defs:ALIGN_8 (Results 1 – 2 of 2) 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