/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | typemap | 48 $var = INT2PTR($type,tmp); 56 $var = INT2PTR($type,tmp); 64 $var = INT2PTR($type,tmp); 72 $var = INT2PTR($type,tmp); 80 $var = INT2PTR($type,tmp); 88 $var = INT2PTR($type,tmp); 96 $var = INT2PTR($type,tmp); 104 $var = INT2PTR($type,tmp);
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/ |
H A D | b.typemap | 43 $var = INT2PTR($type,tmp); 51 $var = INT2PTR($type,tmp); 59 $var = INT2PTR($type,tmp); 67 $var = INT2PTR($type,tmp); 75 $var = INT2PTR($type,tmp);
|
H A D | perl.typemap | 147 $var = INT2PTR($type,SvIV($arg)) 151 $var = INT2PTR($type,tmp); 160 $var = *INT2PTR($type *, tmp); 169 $var = INT2PTR($type, tmp); 178 $var = INT2PTR($type,tmp); 197 $var = *INT2PTR($type,tmp); 206 $var = *INT2PTR($type,tmp);
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/ |
H A D | typemap | 116 $var = INT2PTR($type,SvIV($arg)) 120 $var = INT2PTR($type,tmp); 127 $var = *INT2PTR($type *, tmp); 134 $var = INT2PTR($type, tmp); 141 $var = INT2PTR($type,tmp); 156 $var = *INT2PTR($type,tmp); 163 $var = *INT2PTR($type,tmp);
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
H A D | typemap | 123 $var = INT2PTR($type,SvIV($arg)) 127 $var = INT2PTR($type,tmp); 136 $var = *INT2PTR($type *, tmp); 145 $var = INT2PTR($type, tmp); 154 $var = INT2PTR($type,tmp); 173 $var = *INT2PTR($type,tmp); 182 $var = *INT2PTR($type,tmp);
|
/openbsd/gnu/usr.bin/perl/lib/ExtUtils/ |
H A D | typemap | 205 $var = INT2PTR($type,SvIV($arg)) 209 $var = INT2PTR($type,tmp); 218 $var = *INT2PTR($type *, tmp); 231 $var = INT2PTR($type, tmp); 244 $var = INT2PTR($type,tmp); 271 $var = *INT2PTR($type,tmp); 280 $var = *INT2PTR($type,tmp);
|
/openbsd/gnu/usr.bin/perl/ext/Amiga-ARexx/ |
H A D | typemap | 37 $var\[__index\].ti_Data = (ULONG)INT2PTR(APTR,SvIV(ST(ix_$var))); 68 $var.tr_aptr = INT2PTR(APTR,SvIV($arg));
|
/openbsd/gnu/usr.bin/perl/ext/Amiga-Exec/ |
H A D | typemap | 37 $var\[__index\].ti_Data = (ULONG)INT2PTR(APTR,SvIV(ST(ix_$var))); 68 $var.tr_aptr = INT2PTR(APTR,SvIV($arg));
|
/openbsd/gnu/usr.bin/perl/dist/threads/ |
H A D | threads.xs | 151 my_pool_t *my_poolp = INT2PTR(my_pool_t*, SvUV(my_pool_sv)) 746 return (INT2PTR(ithread *, SvIV(SvRV(sv)))); in S_SV_to_ithread() 1105 thread = INT2PTR(ithread *, SvIV(SvRV(ST(0)))); 1562 ithread *thr1 = INT2PTR(ithread *, SvIV(SvRV(ST(0)))); 1563 ithread *thr2 = INT2PTR(ithread *, SvIV(SvRV(ST(1)))); 1664 ithread *thread = INT2PTR(ithread *, SvIV(SvRV(ST(0)))); 1706 thread = INT2PTR(ithread *, SvIV(SvRV(ST(0)))); 1736 thread = INT2PTR(ithread *, SvIV(SvRV(ST(0)))); 1787 thread = INT2PTR(ithread *, SvIV(SvRV(ST(0))));
|
/openbsd/gnu/usr.bin/perl/cpan/Win32API-File/ |
H A D | typemap | 39 $var= null_arg($arg) ? ($type)0 : INT2PTR($type,SvIV($arg)) 41 $var= null_arg($arg) ? ($type)0 : INT2PTR($type,SvUV($arg))
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/ |
H A D | typemap | 32 $var = INT2PTR($type, tmp);
|
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/ |
H A D | SHA.xs | 41 #ifndef INT2PTR 42 #define INT2PTR(p, i) (p) (i) macro 52 return INT2PTR(SHA *, SvIV(SvRV(self))); in getSHA()
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | typemap | 43 $var = INT2PTR($type, tmp);
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | MY_CXT | 72 my_cxt_t *my_cxtp = INT2PTR(my_cxt_t*,SvUV(my_cxt_sv)) 104 Copy(INT2PTR(my_cxt_t*, SvUV(my_cxt_sv)), my_cxtp, 1, my_cxt_t);\
|
H A D | ppphtest | 653 my $o = ppport(qw(--api-info=INT2PTR)); 656 ok(exists $found{INT2PTR}); 657 is(matches($o, '^Supported at least since perl-5\.6\.0', 'm'), 1, "INT2PTR supported without ppport… 658 …h additionally provides support at least back to perl-5\.003', 'm'), 1, "INT2PTR supported with pp…
|
H A D | misc | 17 INT2PTR 245 #ifndef INT2PTR 248 # define INT2PTR(any,d) (any)(d) 255 # define INT2PTR(any,d) (any)(PTRV)(d) 263 # define PTR2ul(p) INT2PTR(unsigned long,p) 269 __UNDEFINED__ PTR2IV(p) INT2PTR(IV,p) 270 __UNDEFINED__ PTR2UV(p) INT2PTR(UV,p)
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/ |
H A D | Encode.xs | 772 enc = INT2PTR(encode_t *, SvIV(SvRV(obj))); 802 enc = INT2PTR(encode_t *, SvIV(SvRV(obj))); 837 enc = INT2PTR(encode_t *, SvIV(SvRV(obj))); 869 enc = INT2PTR(encode_t *, SvIV(SvRV(obj))); 908 enc = INT2PTR(encode_t *, SvIV(SvRV(obj)));
|
/openbsd/gnu/usr.bin/perl/ |
H A D | op.h | 858 hk = INT2PTR(BHK *, SvUVX(sv)); \ 860 hk = INT2PTR(BHK *, SvIVX(sv)); \
|
H A D | mg.c | 110 SAVEDESTRUCTOR_X(S_restore_magic, INT2PTR(void*, (IV)mgs_ix)); in S_save_magic_flags() 256 restore_magic(INT2PTR(void *, (IV)mgs_ix)); in Perl_mg_get() 296 restore_magic(INT2PTR(void*, (IV)mgs_ix)); in Perl_mg_set() 315 restore_magic(INT2PTR(void*, (IV)mgs_ix)); in Perl_mg_size() 361 restore_magic(INT2PTR(void*, (IV)mgs_ix)); in Perl_mg_clear() 2338 OP * const o = INT2PTR(OP*,SvIVX(*svp)); in Perl_magic_setdbline()
|
H A D | perl.h | 2494 # define INT2PTR(any,d) (any)(d) macro 2502 #ifndef INT2PTR 2503 # define INT2PTR(any,d) (any)(PTRV)(d) macro 2507 # define PTR2ul(p) INT2PTR(unsigned long,p) 2519 #define PTR2IV(p) INT2PTR(IV,p) 2520 #define PTR2UV(p) INT2PTR(UV,p)
|
H A D | malloc.c | 602 # define OV_INDEXp(block) (INT2PTR(u_char*,TWOK_MASKED(block))) 1596 ovp = INT2PTR(union overhead *,(PTR2UV(ovp) + MEM_ALIGNBYTES) & in getpages()
|
H A D | doio.c | 1276 dir = INT2PTR(DIR *, SvIV(*dir_psv)); in S_argvout_free() 1665 dir = INT2PTR(DIR *, SvIVX(*dir_psv)); in S_argvout_final() 3130 a = INT2PTR(char *,i); /* ouch */
|
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 12702 #ifndef INT2PTR 12705 # define INT2PTR(any,d) (any)(d) macro 12712 # define INT2PTR(any,d) (any)(PTRV)(d) macro 12720 # define PTR2ul(p) INT2PTR(unsigned long,p) 12732 # define PTR2IV(p) INT2PTR(IV,p) 12736 # define PTR2UV(p) INT2PTR(UV,p) 15660 my_cxt_t *my_cxtp = INT2PTR(my_cxt_t*,SvUV(my_cxt_sv)) 15692 Copy(INT2PTR(my_cxt_t*, SvUV(my_cxt_sv)), my_cxtp, 1, my_cxt_t);\
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
H A D | perlxstypemap.pod | 88 $var = INT2PTR($type,SvIV($arg)) 125 $var = INT2PTR($type, tmp); 139 The C<INT2PTR> macro (defined in perl.h) casts an integer to a pointer
|
/openbsd/gnu/usr.bin/perl/cpan/Win32/ |
H A D | Win32.xs | 608 if (FreeLibrary(INT2PTR(HINSTANCE, SvIV(ST(0))))) { in XS() 620 XSRETURN_IV(PTR2IV(GetProcAddress(INT2PTR(HINSTANCE, SvIV(ST(0))), SvPV_nolen(ST(1))))); in XS()
|