Searched refs:UVSIZE (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dnumeric.c208 #if UVSIZE > 4
323 #if UVSIZE > 4
410 #if UVSIZE > 4
H A Duconfig.h3141 /* UVSIZE:
3193 #define UVSIZE 4 /**/ macro
H A Dpp_pack.c264 size = UVSIZE;
1154 along = (strend - s) / UVSIZE;
1160 s += UVSIZE;
1174 s += UVSIZE;
2376 sv_catpvn(cat, (char*)&auv, UVSIZE);
H A Dperl.h1136 #define UV_DIG (BIT_DIGITS(UVSIZE * 8))
1152 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
H A Dutil.c4401 #if RANDBITS < (UVSIZE * 8)
4407 (UV)(Drand01() * (NV)((1 << ((UVSIZE * 8 - RANDBITS))) - 1));
4408 #endif /* RANDBITS < (UVSIZE * 8) */
H A Dtoke.c7393 #if UVSIZE > 4
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs137 #if UVSIZE == 4
140 k <= 0xFFFFFFFF ? 8 : UVSIZE * 4
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs88 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm138 UVSIZE
470 #ifndef UVSIZE
471 # define UVSIZE IVSIZE
485 #if (IVSIZE == PTRSIZE) && (UVSIZE == PTRSIZE)

Completed in 66 milliseconds