Searched refs:IVSIZE (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs61 # ifdef IVSIZE
62 # if IVSIZE == LONGSIZE
66 # if IVSIZE == INTSIZE
88 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h3138 /* IVSIZE:
3192 #define IVSIZE 4 /**/ macro
H A Dpp_sys.c1808 #if Size_t_size > IVSIZE
1900 #if Size_t_size > IVSIZE
1989 #if LSEEKSIZE > IVSIZE
2008 #if LSEEKSIZE > IVSIZE
2022 #if LSEEKSIZE > IVSIZE
2044 #if LSEEKSIZE > IVSIZE
2066 #if Off_t_size > IVSIZE
2839 #if Uid_t_size > IVSIZE
2848 #if Gid_t_size > IVSIZE
2862 #if Off_t_size > IVSIZE
[all...]
H A Dpp_pack.c261 size = IVSIZE;
1126 along = (strend - s) / IVSIZE;
1132 s += IVSIZE;
1146 s += IVSIZE;
2369 sv_catpvn(cat, (char*)&aiv, IVSIZE);
H A Dperl.h1099 # if defined(INT32_MAX) && IVSIZE == 4
1117 # if IVSIZE == 8
1135 #define IV_DIG (BIT_DIGITS(IVSIZE * 8))
1152 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
H A Dpp.c2488 #if defined(__GLIBC__) && IVSIZE == 8
2524 #if defined(__GLIBC__) && IVSIZE == 8
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h379 if (sz != IVSIZE) { \
380 HEADER_FAIL("different IVSIZE"); \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.xs142 # define _NBUCKETS (2*8*IVSIZE+1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1596 #if IVSIZE <= LONGSIZE
1619 #if IVSIZE <= LONGSIZE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs730 #if defined (IVSIZE) && (IVSIZE == 8) && (LONGSIZE == 4)
1983 #if IVSIZE > 4
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm462 * capable of those should have IVSIZE already. */
463 #if !defined(IVSIZE) && defined(LONGSIZE)
464 # define IVSIZE LONGSIZE
466 #ifndef IVSIZE
467 # define IVSIZE 4 /* A bold guess, but the best we can make. */
471 # define UVSIZE IVSIZE
485 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
703 # if IVSIZE == LONGSIZE
710 # if IVSIZE == INTSIZE

Completed in 78 milliseconds