Lines Matching refs:value
45 my $value = $_[0];
46 $value =~ s/ / /g;
51 } unpack("C*", $value)); # unpack unsigned-char characters
56 my $value = $_[0];
59 $value = (($value + 1) / 2) % length($test_string);
61 $value %= length($test_string);
63 return $value;
69 my $value = $_[0];
70 my $cycle = $value % 22;
72 $value = $term_width;
74 $value = $term_width * 2;
77 return $value + $cycle - 5;