Searched refs:max_uv (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dnumconvert.t21 # *2 = sub { $_[0] = $max_uv & $_[0]}; # U
27 # *6 = sub { $max_uv & $_[0]}; # u
77 my $max_uv = ~0;
78 my $max_iv = int($max_uv/2);
81 my $l_uv = length $max_uv;
90 $max_uv, $max_uv + 1);
96 # need to special case ++ for max_uv, as ++ "magic" on a string gives
101 my $max_uv_pp = "$max_uv"; $max_uv_pp++;
102 my $max_uv_p1 = "$max_uv";
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dinteger.t33 my $max_uv = ~0;
38 my $max_iv_p1 = $max_uv ^ ($max_uv >> 1);
66 $max_iv_p1, $max_uv_m1, $max_uv, $lots_of_9C,

Completed in 139 milliseconds