Home
last modified time | relevance | path

Searched refs:SvUVX (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Duv37 __UNDEFINED__ SvUVX(sv) ((UV)SvIVX(sv))
38 __UNDEFINED__ SvUVXx(sv) SvUVX(sv)
39 __UNDEFINED__ SvUV(sv) (SvIOK(sv) ? SvUVX(sv) : sv_2uv(sv))
H A Dshared_pv49 __UNDEFINED__ SvSHARED_HASH(sv) (0 + SvUVX(sv))
H A DSv_set184 RETVAL = SvUVX(sv) == val ? 42 : -1;
H A Dmagic43 …PL_Sv, SVt_PVIV), (SvUVX(PL_Sv) = SvUV(PL_Sv)), (SvFLAGS((sv)) = (SvFLAGS((sv)) & ~SVf_IVisUV) | (…
/openbsd/gnu/usr.bin/perl/haiku/Haiku/
H A DHaiku.xs32 (*printfFunc)("%"UVuf, (UV)SvUVX(sv)); in haiku_do_debug_printf()
/openbsd/gnu/usr.bin/perl/
H A Dpp.c1162 power = SvUVX(svr); in PP()
1174 baseuv = SvUVX(svl); in PP()
1406 alow = SvUVX(svl); in PP()
1419 blow = SvUVX(svr); in PP()
1556 right = SvUVX(svr); in PP()
1577 left = SvUVX(svl); in PP()
1672 right = SvUVX(svr); in PP()
1702 left = SvUVX(svl); in PP()
1999 auv = SvUVX(svl); in PP()
2019 buv = SvUVX(svr); in PP()
[all …]
H A Dsv_inline.h842 return SvUVX(sv); in Perl_SvUV()
869 return SvUVX(sv); in Perl_SvUV_nomg()
H A Dsv.h1335 # define SvUVX(sv) (0 + ((XPVUV*) SvANY(sv))->xuv_uv) macro
1394 # define SvUVX(sv) \ macro
1436 # define SvUVX(sv) ((XPVUV*) SvANY(sv))->xuv_uv macro
1458 #define SvUVXx(sv) SvUVX(sv)
H A Dsv.c2023 if ((NV)(SvUVX(sv)) == SvNVX(sv)) { in S_sv_2iuv_non_preserve()
2024 if (SvUVX(sv) == UV_MAX) { in S_sv_2iuv_non_preserve()
2153 (SvNVX(sv) == (NV) SvUVX(sv)) in S_sv_2iuv_common()
2169 SvUVX(sv), in S_sv_2iuv_common()
2170 SvUVX(sv))); in S_sv_2iuv_common()
2560 return (NV)SvUVX(sv); in Perl_sv_2nv_flags()
2621 SvIsUV(sv) ? ((SvUVX(sv) != UV_MAX)&&(SvUVX(sv) == U_V(SvNVX(sv)))) in Perl_sv_2nv_flags()
9262 if (SvUVX(sv) == UV_MAX)
9266 SvUV_set(sv, SvUVX(sv) + 1);
9442 if (SvUVX(sv) == 0) {
[all …]
H A Dvutil.c630 if ( (SvUOK(ver) && SvUVX(ver) > VERSION_MAX) in Perl_upg_version2()
H A Dop.h858 hk = INT2PTR(BHK *, SvUVX(sv)); \
H A Dmro_core.c127 return INT2PTR(const struct mro_alg *, SvUVX(*data)); in Perl_mro_get_from_name()
H A Ddump.c607 Perl_sv_catpvf(aTHX_ t, "(%" UVuf ")", (UV)SvUVX(sv)); in Perl_sv_peek()
2020 Perl_dump_indent(aTHX_ level, file, " UV = %" UVuf, (UV)SvUVX(sv)); in Perl_do_sv_dump()
H A Dpp_hot.c1933 auv = SvUVX(svl); in PP()
1955 buv = SvUVX(svr); in PP()
H A Ddoio.c2208 PerlIO_printf(fp, "%" UVuf, (UV)SvUVX(sv)); in Perl_do_print()
H A Dhv.c3921 he->refcounted_he_val.refcounted_he_u_uv = SvUVX(value); in Perl_refcounted_he_new_pvn()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5004000156 SvUVX # E
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h14899 #ifndef SvUVX
14900 # define SvUVX(sv) ((UV)SvIVX(sv)) macro
14904 # define SvUVXx(sv) SvUVX(sv)
14908 # define SvUV(sv) (SvIOK(sv) ? SvUVX(sv) : sv_2uv(sv))
16043 # define SvSHARED_HASH(sv) (0 + SvUVX(sv))
16164 …PL_Sv, SVt_PVIV), (SvUVX(PL_Sv) = SvUV(PL_Sv)), (SvFLAGS((sv)) = (SvFLAGS((sv)) & ~SVf_IVisUV) | (…
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/
H A DCollate.xs212 uv = SvUVX(sv);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007851 SvUVX # T
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs132 # define slu_sv_value(sv) (SvIOK(sv)) ? (SvIOK_UV(sv)) ? (NV)(SvUVX(sv)) : (NV)(SvIVX(sv)) : (SvNV…
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges1092 SvUVX
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc1020 Amd|UV|SvUVX|SV* sv