Home | History | Annotate | Download | only in libdex

Lines Matching defs:alignmentMask

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