Lines Matching defs:alignmentMask
2493 u4 alignmentMask = alignment - 1;2499 u4 newOffset = (offset + alignmentMask) & ~alignmentMask;