/openbsd/gnu/usr.bin/perl/ |
H A D | dump.c | 829 PTR2UV(CvXSUB(cv)), in Perl_dump_sub_perl() 1046 op = newSVuv(PTR2UV(o)); in S_sequence_num() 1436 PTR2UV(tbl)); in S_do_op_dump_bar() 1608 PTR2UV(mg->mg_obj)); in Perl_do_magic_dump() 1915 PTR2UV(SvANY(sv)), PTR2UV(sv), in Perl_do_sv_dump() 1992 PTR2UV(sv->sv_debug_parent), in Perl_do_sv_dump() 2062 PTR2UV(ptr)); in Perl_do_sv_dump() 2476 PTR2UV(outside), in Perl_do_sv_dump() 2717 PTR2UV(ObjectFIELDS(sv))); in Perl_do_sv_dump() 2847 PTR2UV(PL_watchaddr), PTR2UV(PL_watchok), in Perl_runops_debug() [all …]
|
H A D | pad.h | 162 label, PTR2UV(PL_comppad), PTR2UV(PL_curpad)); 168 label, PTR2UV(PL_comppad), PTR2UV(PL_curpad)); 414 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (int)(nth))); 432 PTR2UV(PL_comppad), PTR2UV(PL_curpad))); 440 PTR2UV(PL_comppad), PTR2UV(PL_curpad)));
|
H A D | deb.c | 116 PTR2UV(PL_curstack), PTR2UV(PL_stack_base), in Perl_debstackptrs() 121 PTR2UV(PL_mainstack), PTR2UV(AvARRAY(PL_curstack)), in Perl_debstackptrs() 122 PTR2UV(PL_mainstack), PTR2UV(AvFILLp(PL_curstack)), in Perl_debstackptrs() 123 PTR2UV(AvMAX(PL_curstack))); in Perl_debstackptrs()
|
H A D | pad.c | 274 PTR2UV(PL_comppad), PTR2UV(PL_curpad), PTR2UV(PL_compcv), in Perl_pad_new() 315 PTR2UV(cv), PTR2UV(PL_comppad)) in Perl_cv_undef_flags() 388 PTR2UV(cv), PTR2UV(padlist), PTR2UV(PL_comppad)) in Perl_cv_undef_flags() 784 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long) retval, in Perl_pad_alloc() 1242 PTR2UV(cv), PTR2UV(*out_capture))); in S_pad_findlex() 1377 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po, PTR2UV(PL_curpad[po])) in Perl_pad_sv() 1400 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po, PTR2UV(sv)) in Perl_pad_setsv() 1573 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po)); in Perl_pad_swipe() 1624 PTR2UV(PL_comppad), PTR2UV(PL_curpad), in S_pad_reset() 1779 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po) in Perl_pad_free() [all …]
|
H A D | malloc.c | 596 # define TWOK_MASKED(x) (PTR2UV(x) & ~TWOK_MASK) 597 # define TWOK_SHIFT(x) (PTR2UV(x) & TWOK_MASK) 1030 if (PTR2UV(pv) & (NEEDED_ALIGNMENT - 1)) { in emergency_sbrk() 1304 if ( (PTR2UV(p) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1306 || (p && PTR2UV(p) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc() 1310 PTR2UV(p)); in Perl_malloc() 1312 if ( (PTR2UV(p->ov_next) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1318 PTR2UV(p->ov_next), PTR2UV(p)); in Perl_malloc() 1584 if (PTR2UV(ovp) & (NEEDED_ALIGNMENT - 1)) in getpages() 1588 if (PTR2UV(ovp) & (MEM_ALIGNBYTES - 1)) { in getpages() [all …]
|
H A D | scope.c | 1411 PTR2UV(PL_comppad), PTR2UV(PL_curpad), in Perl_leave_scope() 1787 PTR2UV(cx->blk_format.cv)); in Perl_cx_dump() 1789 PTR2UV(cx->blk_format.gv)); in Perl_cx_dump() 1799 PTR2UV(cx->blk_sub.cv)); in Perl_cx_dump() 1806 PTR2UV(cx->blk_sub.retop)); in Perl_cx_dump() 1857 PTR2UV(cx->sb_dstr)); in Perl_cx_dump() 1859 PTR2UV(cx->sb_targ)); in Perl_cx_dump() 1861 PTR2UV(cx->sb_s)); in Perl_cx_dump() 1863 PTR2UV(cx->sb_m)); in Perl_cx_dump() 1865 PTR2UV(cx->sb_strend)); in Perl_cx_dump() [all …]
|
H A D | sv.c | 2126 PTR2UV(sv), in S_sv_2iuv_common() 2168 PTR2UV(sv), in S_sv_2iuv_common() 2436 PTR2UV(sv),SvIVX(sv))); in Perl_sv_2iv_flags() 2470 return PTR2UV(SvRV(sv)); in Perl_sv_2uv_flags() 2742 PTR2UV(sv), SvNVX(sv)); in Perl_sv_2nv_flags() 2999 UV addr = PTR2UV(referent); in Perl_sv_2pv_flags() 5583 *p = (U8)PTR2UV(p); 9096 PTR2UV(ptr),(IV)cnt)); 14282 ((PTR2UV(ptr) >> 3) ^ (PTR2UV(ptr) >> (3 + 7)) ^ (PTR2UV(ptr) >> (3 + 17))) 16335 PTR2UV(proto_perl->Iwatchaddr), PTR2UV(PL_watchaddr), [all …]
|
H A D | util.c | 189 …DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%" UVxf ": (%05ld) malloc %ld bytes\n",PTR2UV(ptr),(long)… in Perl_safesysmalloc() 243 PERL_DEB(UV was_where = PTR2UV(where)); /* used in diags below */ in Perl_safesysrealloc() 330 …DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%" UVxf ": (%05ld) realloc %ld bytes\n",PTR2UV(ptr),(long… in Perl_safesysrealloc() 363 …DEBUG_m( PerlIO_printf(Perl_debug_log, "0x%" UVxf ": (%05ld) free\n",PTR2UV(where),(long)PL_an++)); in Perl_safesysfree() 4763 u += SEED_C4 * (U32)PTR2UV(PL_stack_sp); 4765 UV ptruv = PTR2UV(&when); 5017 type_name, n * typesize, PTR2UV(newalloc)); 5024 type_name, n * typesize, PTR2UV(oldalloc), 5025 PTR2UV(newalloc)); 5031 PTR2UV(oldalloc)); [all …]
|
H A D | builtin.c | 554 sv_setuv_mg(TARG, PTR2UV(SvRV(arg))); in PP() 805 cv_set_call_checker_flags(cv, builtin->checker, newSVuv(PTR2UV(builtin)), 0); in Perl_boot_core_builtin()
|
H A D | regexec.c | 260 PTR2UV(rex), in S_regcppush() 261 PTR2UV(RXp_OFFSp(rex)) in S_regcppush() 358 PTR2UV(rex), in S_unwind_paren() 359 PTR2UV(RXp_OFFSp(rex)), in S_unwind_paren() 430 PTR2UV(rex), in S_regcppop() 3920 PTR2UV(prog), in Perl_regexec_flags() 3921 PTR2UV(swap), in Perl_regexec_flags() 3922 PTR2UV(RXp_OFFSp(prog)) in Perl_regexec_flags() 4332 PTR2UV(prog), in Perl_regexec_flags() 4334 PTR2UV(swap) in Perl_regexec_flags() [all …]
|
H A D | perl.c | 1437 PTR2UV(sv->sv_debug_parent), in perl_destruct() 1804 (mask < ~(UV)0) && ((PTR2UV(argv[0]) & mask) == PTR2UV(argv[0])); in perl_parse() 1828 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask))) in perl_parse() 1847 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask))) in perl_parse() 1866 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask))) in perl_parse()
|
H A D | sv_inline.h | 101 PTR2UV(sv), (long)sv->sv_debug_serial, file, line, func)); in S_new_SV()
|
H A D | universal.c | 434 Perl_croak(aTHX_ "Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params); in Perl_croak_xs_usage()
|
H A D | mro_core.c | 140 SV *wrapper = newSVuv(PTR2UV(mro)); in Perl_mro_register()
|
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 2626 PTR2UV(sv))); in store_scalar() 3171 PTR2UV(cxt->recur_sv))); in store_lhash() 3774 PTR2UV(xsv))); in store_hook() 3850 i-1, PTR2UV(xsv), PTR2UV(tag))); in store_hook() 4020 PTR2UV(mg->mg_obj), PTR2UV(sv))); in store_hook() 4159 sv_reftype(sv, FALSE), PTR2UV(sv)); in store_other() 4166 PTR2UV(sv), (char) 0); in store_other() 4920 PTR2UV(rv))); in retrieve_hook_common() 5246 PTR2UV(rv), PTR2UV(sv))); in retrieve_hook_common() 5431 PTR2UV(sv))); in retrieve_overloaded() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Win32API-File/ |
H A D | typemap | 110 sv_setuv( $arg, PTR2UV($var) ); 116 sv_setuv( $arg, PTR2UV($var) );
|
H A D | File.xs | 159 XSRETURN_UV( PTR2UV(RETVAL) ); 181 XSRETURN_UV( PTR2UV(RETVAL) );
|
/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/ |
H A D | FieldHash.xs | 67 #define HUF_OBJ_ID(x) newSVuv(PTR2UV(x)) 196 UV field_addr = PTR2UV(field); in HUF_mark_field() 296 UV field_addr = PTR2UV(field); in HUF_fix_trigger()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | MY_CXT | 82 sv_setuv(my_cxt_sv, PTR2UV(my_cxtp)) 105 sv_setuv(my_cxt_sv, PTR2UV(my_cxtp))
|
H A D | mess | 227 croak("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params);
|
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/ |
H A D | dl_dlopen.xs | 271 perl_name, PTR2UV(symref)));
|
/openbsd/gnu/usr.bin/perl/dist/threads/ |
H A D | threads.xs | 1653 XST_mUV(0, PTR2UV(&thread->handle)); 1655 XST_mUV(0, PTR2UV(&thread->thr)); 1874 sv_setuv(my_pool_sv, PTR2UV(my_poolp));
|
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/ |
H A D | Dumper.xs | 709 id_buffer = PTR2UV(ival); in DD_dump() 761 warn("ref name not found for 0x%" UVxf, PTR2UV(ival)); in DD_dump() 1246 id_buffer = PTR2UV(val); in DD_dump()
|
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/ |
H A D | Peek.xs | 464 PerlIO_printf(Perl_debug_log, "Elt No. %ld 0x%" UVxf "\n", i - 1, PTR2UV(ST(i))); in DumpArray()
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 12735 #ifndef PTR2UV 12736 # define PTR2UV(p) INT2PTR(UV,p) macro 15313 croak("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params); in DPPP_() 15670 sv_setuv(my_cxt_sv, PTR2UV(my_cxtp)) 15693 sv_setuv(my_cxt_sv, PTR2UV(my_cxtp))
|