/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() 1916 PTR2UV(SvANY(sv)), PTR2UV(sv), in Perl_do_sv_dump() 1993 PTR2UV(sv->sv_debug_parent), in Perl_do_sv_dump() 2063 PTR2UV(ptr)); in Perl_do_sv_dump() 2477 PTR2UV(outside), in Perl_do_sv_dump() 2718 PTR2UV(ObjectFIELDS(sv))); in Perl_do_sv_dump() 2842 PTR2UV(PL_watchaddr), PTR2UV(PL_watchok), in Perl_runops_debug() [all …]
|
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.h | 165 label, PTR2UV(PL_comppad), PTR2UV(PL_curpad)); 172 label, PTR2UV(PL_comppad), PTR2UV(PL_curpad)); 418 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (int)(nth))); 436 PTR2UV(PL_comppad), PTR2UV(PL_curpad))); 444 PTR2UV(PL_comppad), PTR2UV(PL_curpad)));
|
H A D | pad.c | 272 PTR2UV(PL_comppad), PTR2UV(PL_curpad), PTR2UV(PL_compcv), in Perl_pad_new() 313 PTR2UV(cv), PTR2UV(PL_comppad)) in Perl_cv_undef_flags() 388 PTR2UV(cv), PTR2UV(padlist), PTR2UV(PL_comppad)) in Perl_cv_undef_flags() 779 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long) retval, in Perl_pad_alloc() 1240 PTR2UV(cv), PTR2UV(*out_capture))); in S_pad_findlex() 1375 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po, PTR2UV(PL_curpad[po])) in Perl_pad_sv() 1398 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po, PTR2UV(sv)) in Perl_pad_setsv() 1571 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po)); in Perl_pad_swipe() 1622 PTR2UV(PL_comppad), PTR2UV(PL_curpad), in S_pad_reset() 1776 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long)po) in Perl_pad_free() [all …]
|
H A D | malloc.c | 600 # define TWOK_MASKED(x) (PTR2UV(x) & ~TWOK_MASK) 601 # define TWOK_SHIFT(x) (PTR2UV(x) & TWOK_MASK) 1034 if (PTR2UV(pv) & (NEEDED_ALIGNMENT - 1)) { in emergency_sbrk() 1308 if ( (PTR2UV(p) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1310 || (p && PTR2UV(p) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc() 1314 PTR2UV(p)); in Perl_malloc() 1316 if ( (PTR2UV(p->ov_next) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1322 PTR2UV(p->ov_next), PTR2UV(p)); in Perl_malloc() 1588 if (PTR2UV(ovp) & (NEEDED_ALIGNMENT - 1)) in getpages() 1592 if (PTR2UV(ovp) & (MEM_ALIGNBYTES - 1)) { in getpages() [all …]
|
H A D | scope.c | 1392 PTR2UV(PL_comppad), PTR2UV(PL_curpad), in Perl_leave_scope() 1760 PTR2UV(cx->blk_format.cv)); in Perl_cx_dump() 1762 PTR2UV(cx->blk_format.gv)); in Perl_cx_dump() 1772 PTR2UV(cx->blk_sub.cv)); in Perl_cx_dump() 1779 PTR2UV(cx->blk_sub.retop)); in Perl_cx_dump() 1830 PTR2UV(cx->sb_dstr)); in Perl_cx_dump() 1832 PTR2UV(cx->sb_targ)); in Perl_cx_dump() 1834 PTR2UV(cx->sb_s)); in Perl_cx_dump() 1836 PTR2UV(cx->sb_m)); in Perl_cx_dump() 1838 PTR2UV(cx->sb_strend)); in Perl_cx_dump() [all …]
|
H A D | sv.c | 2064 PTR2UV(sv), in S_sv_2iuv_common() 2106 PTR2UV(sv), in S_sv_2iuv_common() 2374 PTR2UV(sv),SvIVX(sv))); in Perl_sv_2iv_flags() 2408 return PTR2UV(SvRV(sv)); in Perl_sv_2uv_flags() 2680 PTR2UV(sv), SvNVX(sv)); in Perl_sv_2nv_flags() 2937 UV addr = PTR2UV(referent); in Perl_sv_2pv_flags() 5515 *p = (U8)PTR2UV(p); 9036 PTR2UV(ptr),(IV)cnt)); 14213 ((PTR2UV(ptr) >> 3) ^ (PTR2UV(ptr) >> (3 + 7)) ^ (PTR2UV(ptr) >> (3 + 17))) 16264 PTR2UV(proto_perl->Iwatchaddr), PTR2UV(PL_watchaddr), [all …]
|
H A D | util.c | 191 …DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%" UVxf ": (%05ld) malloc %ld bytes\n",PTR2UV(ptr),(long)… in Perl_safesysmalloc() 245 PERL_DEB(UV was_where = PTR2UV(where)); /* used in diags below */ in Perl_safesysrealloc() 331 …DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%" UVxf ": (%05ld) realloc %ld bytes\n",PTR2UV(ptr),(long… in Perl_safesysrealloc() 364 …DEBUG_m( PerlIO_printf(Perl_debug_log, "0x%" UVxf ": (%05ld) free\n",PTR2UV(where),(long)PL_an++)); in Perl_safesysfree() 4697 u += SEED_C4 * (U32)PTR2UV(PL_stack_sp); 4699 UV ptruv = PTR2UV(&when); 4951 type_name, n * typesize, PTR2UV(newalloc)); 4958 type_name, n * typesize, PTR2UV(oldalloc), 4959 PTR2UV(newalloc)); 4965 PTR2UV(oldalloc)); [all …]
|
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() 3910 PTR2UV(prog), in Perl_regexec_flags() 3911 PTR2UV(swap), in Perl_regexec_flags() 3912 PTR2UV(RXp_OFFSp(prog)) in Perl_regexec_flags() 4322 PTR2UV(prog), in Perl_regexec_flags() 4324 PTR2UV(swap) in Perl_regexec_flags() [all …]
|
H A D | builtin.c | 559 cv_set_call_checker_flags(cv, builtin->checker, newSVuv(PTR2UV(builtin)), 0); in Perl_boot_core_builtin()
|
H A D | perl.c | 1445 PTR2UV(sv->sv_debug_parent), in perl_destruct() 1812 (mask < ~(UV)0) && ((PTR2UV(argv[0]) & mask) == PTR2UV(argv[0])); in perl_parse() 1836 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask))) in perl_parse() 1855 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask))) in perl_parse() 1874 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 | 433 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)) 197 UV field_addr = PTR2UV(field); in HUF_mark_field() 297 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 | 1648 XST_mUV(0, PTR2UV(&thread->handle)); 1650 XST_mUV(0, PTR2UV(&thread->thr)); 1869 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 | 461 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))
|