Home | History | Annotate | Download | only in Scripts

Lines Matching refs:actualSize

1940         my $actualSize = length($2) / 5 * 4;
1944 die "$fullPath: unexpected size of a line: $&" if int(($expectedSize + 3) / 4) * 4 != $actualSize;