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