Home
last modified time | relevance | path

Searched refs:leftuv (Results 1 – 9 of 9) sorted by relevance

/dports/devel/p5-List-SomeUtils-XS/List-SomeUtils-XS-0.58/
H A DXS.xs64 const UV leftuv = SvUVX(left); in LSUXSncmp() local
66 return (leftuv > rightuv) - (leftuv < rightuv); in LSUXSncmp()
75 const UV leftuv = SvUVX(left); in LSUXSncmp() local
76 return (leftuv > (UV)rightiv) - (leftuv < (UV)rightiv); in LSUXSncmp()
/dports/lang/p5-List-MoreUtils-XS/List-MoreUtils-XS-0.430/
H A DXS.xs194 const UV leftuv = SvUVX(left); in LMUncmp() local
196 return (leftuv > rightuv) - (leftuv < rightuv); in LMUncmp()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp.c2173 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2175 return (leftuv > rightuv) - (leftuv < rightuv); in Perl_do_ncmp()
2184 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2185 return (leftuv > (UV)rightiv) - (leftuv < (UV)rightiv); in Perl_do_ncmp()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp.c2216 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2218 return (leftuv > rightuv) - (leftuv < rightuv); in Perl_do_ncmp()
2227 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2228 return (leftuv > (UV)rightiv) - (leftuv < (UV)rightiv); in Perl_do_ncmp()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp.c2165 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2167 return (leftuv > rightuv) - (leftuv < rightuv); in Perl_do_ncmp()
2176 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2177 return (leftuv > (UV)rightiv) - (leftuv < (UV)rightiv); in Perl_do_ncmp()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp.c2211 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2213 return (leftuv > rightuv) - (leftuv < rightuv); in Perl_do_ncmp()
2222 const UV leftuv = SvUVX(left); in Perl_do_ncmp() local
2223 return (leftuv > (UV)rightiv) - (leftuv < (UV)rightiv); in Perl_do_ncmp()
/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/
H A DChangeLog7182 fix the forgotten leftuv value for packed yuv which is
/dports/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0/
H A DChangeLog8237 fix the forgotten leftuv value for packed yuv which is
/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/
H A DChangeLog28455 fix the forgotten leftuv value for packed yuv which is