Home | History | Annotate | Download | only in src

Lines Matching refs:_cmsALIGNMEM

68 #define _cmsALIGNMEM(x)  (((x)+(CMS_PTR_ALIGNMENT - 1)) & ~(CMS_PTR_ALIGNMENT - 1))