| /openbsd/src/gnu/usr.bin/perl/ |
| D | dump.c | 720 sequence_num(o), OP_NAME(o), PTR2UV(o)); in S_opdump_link() 829 PTR2UV(CvXSUB(cv)), in Perl_dump_sub_perl() 930 PTR2UV(pm->op_pmreplrootu.op_pmtargetgv)); in S_do_pmop_dump_bar() 949 "CODE_LIST = 0x%" UVxf "\n", PTR2UV(pm->op_code_list)); in S_do_pmop_dump_bar() 1046 op = newSVuv(PTR2UV(o)); in S_sequence_num() 1119 op_class_names[op_class(o)], PTR2UV(o)); in S_do_op_dump_bar() 1276 SVfARG(S_gv_display(aTHX_ cGVOPo_gv)), PTR2UV(cGVOPo_gv)); in S_do_op_dump_bar() 1414 SVfARG(label), PTR2UV(cPVOPo->op_pv)); in S_do_op_dump_bar() 1427 PTR2UV(MUTABLE_SV(cSVOPo->op_sv))); in S_do_op_dump_bar() 1436 PTR2UV(tbl)); in S_do_op_dump_bar() [all …]
|
| 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)));
|
| 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()
|
| D | pad.c | 274 PTR2UV(PL_comppad), PTR2UV(PL_curpad), PTR2UV(PL_compcv), in Perl_pad_new() 275 PTR2UV(padname), (UV)flags 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() 652 PTR2UV(PL_curpad[offset]))); in Perl_pad_add_name_pvn() 784 PTR2UV(PL_comppad), PTR2UV(PL_curpad), (long) retval, in Perl_pad_alloc() 1122 PTR2UV(cv), (int)namelen, namepv, (int)seq, in S_pad_findlex() 1170 PTR2UV(cv), (long)offset, in S_pad_findlex() 1180 PTR2UV(cv), (long)offset, (unsigned long)*out_flags, in S_pad_findlex() 1229 PTR2UV(cv))); in S_pad_findlex() [all …]
|
| D | malloc.c | 596 # define TWOK_MASKED(x) (PTR2UV(x) & ~TWOK_MASK) 597 # define TWOK_SHIFT(x) (PTR2UV(x) & TWOK_MASK) 954 if ((PTR2UV(pv) - sizeof(union overhead)) & (NEEDED_ALIGNMENT - 1)) { in perl_get_emergency_buffer() 1030 if (PTR2UV(pv) & (NEEDED_ALIGNMENT - 1)) { in emergency_sbrk() 1106 if (PTR2UV(s) & (sizeof(long)-1)) { /* Align the pattern */ in fill_pat_4bytes() 1107 int shift = sizeof(long) - (PTR2UV(s) & (sizeof(long)-1)); in fill_pat_4bytes() 1147 if (PTR2UV(s) & (sizeof(long)-1)) { /* Align the pattern */ in cmp_pat_4bytes() 1148 int shift = sizeof(long) - (PTR2UV(s) & (sizeof(long)-1)); in cmp_pat_4bytes() 1304 if ( (PTR2UV(p) & (MEM_ALIGNBYTES - 1)) in Perl_malloc() 1306 || (p && PTR2UV(p) < (1<<LOG_OF_MIN_ARENA)) ) { in Perl_malloc() [all …]
|
| D | scope.c | 1411 PTR2UV(PL_comppad), PTR2UV(PL_curpad), in Perl_leave_scope() 1412 (long)(svp-PL_curpad), PTR2UV(sv), (IV)SvREFCNT(sv), in Perl_leave_scope() 1758 PTR2UV(cx->blk_oldcop)); in Perl_cx_dump() 1763 PTR2UV(cx->blk_oldpm)); in Perl_cx_dump() 1787 PTR2UV(cx->blk_format.cv)); in Perl_cx_dump() 1789 PTR2UV(cx->blk_format.gv)); in Perl_cx_dump() 1791 PTR2UV(cx->blk_format.dfoutgv)); in Perl_cx_dump() 1795 PTR2UV(cx->blk_format.retop)); in Perl_cx_dump() 1799 PTR2UV(cx->blk_sub.cv)); in Perl_cx_dump() 1806 PTR2UV(cx->blk_sub.retop)); in Perl_cx_dump() [all …]
|
| D | sv.c | 241 PTR2UV(sv), (long)(sv)->sv_debug_serial)) 314 pTHX__FORMAT, PTR2UV(p) pTHX__VALUE); in S_del_sv() 575 DEBUG_D((PerlIO_printf(Perl_debug_log, "Cleaning loops: SV at 0x%" UVxf "\n", PTR2UV(sv)) )); in do_clean_all() 2126 PTR2UV(sv), in S_sv_2iuv_common() 2137 PTR2UV(sv), in S_sv_2iuv_common() 2168 PTR2UV(sv), in S_sv_2iuv_common() 2274 PTR2UV(sv), SvNVX(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() 2521 PTR2UV(sv),SvUVX(sv))); in Perl_sv_2uv_flags() [all …]
|
| 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() 478 …tf(Perl_debug_log, "0x%" UVxf ": (%05ld) calloc %zu x %zu = %zu bytes\n",PTR2UV(ptr),(long)PL_an++… in Perl_safesyscalloc() 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)); [all …]
|
| 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()
|
| D | regexec.c | 260 PTR2UV(rex), in S_regcppush() 261 PTR2UV(RXp_OFFSp(rex)) in S_regcppush() 336 PTR2UV(rex), \ 337 PTR2UV(RXp_OFFSp(rex)), \ 358 PTR2UV(rex), in S_unwind_paren() 359 PTR2UV(RXp_OFFSp(rex)), in S_unwind_paren() 430 PTR2UV(rex), in S_regcppop() 431 PTR2UV(RXp_OFFSp(rex)) in S_regcppop() 3920 PTR2UV(prog), in Perl_regexec_flags() 3921 PTR2UV(swap), in Perl_regexec_flags() [all …]
|
| 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()
|
| D | sv_inline.h | 101 PTR2UV(sv), (long)sv->sv_debug_serial, file, line, func)); in S_new_SV()
|
| D | mro_core.c | 140 SV *wrapper = newSVuv(PTR2UV(mro)); in Perl_mro_register()
|
| D | universal.c | 434 Perl_croak(aTHX_ "Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params); in Perl_croak_xs_usage()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/ |
| D | Storable.xs | 1263 PTR2UV(y), (int)SvREFCNT(y)-1)); \ 1296 TRACEME(("blessing 0x%" UVxf " in %s", PTR2UV(s), \ 1308 TRACEME(("not blessing 0x%" UVxf " in %s", PTR2UV(s), \ 2011 TRACEME(("%s->%s: 0x%" UVxf, hvname, method, PTR2UV(sv))); in pkg_fetchmeth() 2096 hvname, method, PTR2UV(sv))); in pkg_can() 2140 (int)i, PTR2UV(ary[i]))); in scalar_call() 2331 TRACEME(("store_ref (0x%" UVxf ")", PTR2UV(sv))); in store_ref() 2340 TRACEME(("ref (0x%" UVxf ") is%s weak", PTR2UV(sv), in store_ref() 2348 TRACEME(("ref (0x%" UVxf ") is overloaded", PTR2UV(sv))); in store_ref() 2358 PTR2UV(cxt->recur_sv), cxt->max_recur_depth)); in store_ref() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| D | typemap | 110 sv_setuv( $arg, PTR2UV($var) ); 116 sv_setuv( $arg, PTR2UV($var) );
|
| D | File.xs | 159 XSRETURN_UV( PTR2UV(RETVAL) ); 181 XSRETURN_UV( PTR2UV(RETVAL) );
|
| /openbsd/src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/ |
| 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/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | MY_CXT | 82 sv_setuv(my_cxt_sv, PTR2UV(my_cxtp)) 105 sv_setuv(my_cxt_sv, PTR2UV(my_cxtp))
|
| D | mess | 227 croak("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params);
|
| /openbsd/src/gnu/usr.bin/perl/ext/DynaLoader/ |
| D | dl_dlopen.xs | 271 perl_name, PTR2UV(symref)));
|
| /openbsd/src/gnu/usr.bin/perl/dist/threads/ |
| 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/src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| 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/src/gnu/usr.bin/perl/ext/Devel-Peek/ |
| D | Peek.xs | 464 PerlIO_printf(Perl_debug_log, "Elt No. %ld 0x%" UVxf "\n", i - 1, PTR2UV(ST(i))); in DumpArray()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| 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))
|