Home
last modified time | relevance | path

Searched defs:ALIGN_4 (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsCommon.h318 #define ALIGN_4(_x_) (((_x_) + 3) & ~3) macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsCommon.h345 #define ALIGN_4(_x_) (((_x_) + 3) & ~3) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h493 #define ALIGN_4(_x) (((_x) + 3) & ~3) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h493 #define ALIGN_4(_x) (((_x) + 3) & ~3) macro