Home | History | Annotate | Download | only in AST

Lines Matching refs:PadSize

2021       unsigned PadSize = getSizeInBits() - UnpaddedSize;
2023 if (PadSize % CharBitNum == 0) {
2024 PadSize = PadSize / CharBitNum;
2029 << PadSize
2030 << (InBits ? 1 : 0) /*(byte|bit)*/ << (PadSize > 1); // plural or not
2101 unsigned PadSize = Offset - UnpaddedOffset;
2103 if (PadSize % CharBitNum == 0) {
2104 PadSize = PadSize / CharBitNum;
2111 << PadSize
2112 << (InBits ? 1 : 0) /*(byte|bit)*/ << (PadSize > 1) // plural or not
2118 << PadSize
2119 << (InBits ? 1 : 0) /*(byte|bit)*/ << (PadSize > 1); // plural or not