Searched refs:UVTYPE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h3108 /* UVTYPE:
3173 * can preserve all the bits of a variable of type UVTYPE.
3177 * can preserve of a variable of type UVTYPE.
3180 #define UVTYPE unsigned long /**/ macro
H A Dperl.h1068 # undef UVTYPE macro
1069 # define UVTYPE unsigned macro
1079 typedef UVTYPE UV;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs120 (newSVuv((UVTYPE) V))
124 #if defined(UVTYPE)
126 (V <= UV_MAX ? newSVuv((UVTYPE) V) : newSVnv((NVTYPE) V))

Completed in 44 milliseconds