Home | History | Annotate | Download | only in Scripts

Lines Matching refs:expectedSize

1799         my $expectedSize
1801 die "$fullPath: unexpected size of a line: $&" if int(($expectedSize + 3) / 4) * 4 != $actualSize;
1802 $compressedSize += $expectedSize;