Home
last modified time | relevance | path

Searched refs:PTRSIZE (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dcv.h76 # if PTRSIZE == 8
79 # elif PTRSIZE == 4
H A Duconfig.h1176 #define PTRSIZE 4 /**/ macro
H A Dmalloc.c802 #ifndef PTRSIZE
803 # define PTRSIZE sizeof(void*) macro
807 # define BITS_IN_PTR (8*PTRSIZE)
H A Dperl.c1809 const UV mask = ~(UV)(PTRSIZE-1); 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 Dpad.c165 # if PTRSIZE == 8 in Perl_set_padlist()
167 # elif PTRSIZE == 4 in Perl_set_padlist()
H A Dperl.h1673 #define PERL_STRLEN_NEW_MIN ((PTRSIZE == 4) ? 12 : 16)
2492 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
2495 #elif PTRSIZE == LONGSIZE
H A Dpp.c3484 #if PTRSIZE < IVSIZE in PP()
7185 #if IVSIZE > PTRSIZE in PP()
7314 #if IVSIZE > PTRSIZE in PP()
H A Dutil.c4601 #if PTRSIZE == 8
H A Dsv.c14000 if (len > sizeof(dirent->d_name) && sizeof(dirent->d_name) > PTRSIZE) {
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dvariables229 /* No PTRSIZE IN 5.004 and below, so PTR2IV would warn and possibly misbehave */
H A Dmisc246 # if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
250 # if PTRSIZE == LONGSIZE
260 # if PTRSIZE == LONGSIZE
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12703 # if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
12707 # if PTRSIZE == LONGSIZE
12717 # if PTRSIZE == LONGSIZE
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000552 PTRSIZE # K added by devel/scanprov
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs338 #if PTRSIZE > 4
558 #if PTRSIZE <= 4
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample3087 /* PTRSIZE:
3093 #define PTRSIZE 4 /**/
H A Dconfig.plan93239 /* PTRSIZE:
3245 #define PTRSIZE 4 /**/
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H1180 /* PTRSIZE:
1186 #define PTRSIZE 8 /**/
H A DGlossary4807 This variable contains the value of the PTRSIZE symbol, which
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc1182 /* PTRSIZE:
1188 #define PTRSIZE 8 /**/
H A Dconfig_H.vc1182 /* PTRSIZE:
1188 #define PTRSIZE 8 /**/
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod3266 PTR2nat(pointer) /* pointer to integer of PTRSIZE */