Searched defs:rightuv (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c2045 UV rightuv = SvUVX(TOPs); local
2047 if (leftuv > rightuv)
2049 else if (leftuv < rightuv)
2073 UV rightuv; local
2080 rightuv = SvUVX(TOPs);
2081 if ((UV)leftiv > rightuv) {
2083 } else if ((UV)leftiv < rightuv) {

Completed in 32 milliseconds