Lines Matching refs:bytes
546 my $bytes;
552 $bytes = \$ToSpeedBytes;
558 $bytes = \$FromSpeedBytes;
578 $$bytes = 0;
582 $$bytes += 256;
588 $$bytes *= 2 if $Bits == 16;
589 $$bytes += $Hdr8bitFromUCS if $Bits == 8;
590 $$bytes += 512;
623 my $bytes;
629 $bytes = \$ToSizeBytes;
635 $bytes = \$FromSizeBytes;
746 $$bytes = $idx*2;
766 $$bytes += ($#$_ + 1)*2;
778 $$bytes += ($#unranged + 1)*4;
978 my ($direction, $optimiz, $e, $bytes);
985 $bytes = $ToSpeedBytes;
1007 $bytes = $FromSpeedBytes;
1032 $e, $direction, $optimiz, $bytes if $Verbose;
1132 my ($direction, $optimiz, $e, $bytes);
1139 $bytes = $ToSizeBytes;
1161 $bytes = $FromSizeBytes;
1185 $e, $direction, $optimiz, $bytes if $Verbose;