Home | History | Annotate | Download | only in AST

Lines Matching refs:PadSize

2111       unsigned PadSize = getSizeInBits() - UnpaddedSize;
2113 if (PadSize % CharBitNum == 0) {
2114 PadSize = PadSize / CharBitNum;
2119 << PadSize
2120 << (InBits ? 1 : 0) /*(byte|bit)*/ << (PadSize > 1); // plural or not
2205 unsigned PadSize = Offset - UnpaddedOffset;
2207 if (PadSize % CharBitNum == 0) {
2208 PadSize = PadSize / CharBitNum;
2215 << PadSize
2216 << (InBits ? 1 : 0) /*(byte|bit)*/ << (PadSize > 1) // plural or not
2222 << PadSize
2223 PadSize > 1); // plural or not