Lines Matching refs:alignmentMask
2402 u4 alignmentMask = alignment - 1;2408 u4 newOffset = (offset + alignmentMask) & ~alignmentMask;