Searched refs:PTRSIZE (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.h25 #if PTRSIZE == 4
28 # if PTRSIZE == 8
H A Duconfig.h1279 /* PTRSIZE:
1285 #define PTRSIZE 4 /**/ macro
H A Dperl.h1152 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
1156 # if PTRSIZE == LONGSIZE
1167 #if PTRSIZE == LONGSIZE
H A Dperl.c1162 ~(UV)(PTRSIZE == 4 ? 3 : PTRSIZE == 8 ? 7 : PTRSIZE == 16 ? 15 : 0);
1173 * PTRSIZE bytes. As long as no system has something bizarre
1188 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask)))
1209 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask)))
1224 INT2PTR(char *, PTR2UV(s + PTRSIZE) & mask)))
H A Dsv.c9604 #if (PTRSIZE == 8)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs88 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
92 # if PTRSIZE == LONGSIZE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h383 if (sz != PTRSIZE) { \
384 HEADER_FAIL("different PTRSIZE"); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs410 #if PTRSIZE <= 4

Completed in 80 milliseconds