Searched defs:UV (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1057 #ifdef UV
1058 #undef UV macro
1079 typedef UVTYPE UV; typedef
1149 * the same size as IV and UV. Otherwise we need an explicit
1153 # define PTRV UV
1165 #define PTR2UV(p) INT2PTR(UV,p)
1738 # define PERL_UQUAD_MAX (~(UV)0)
1739 # define PERL_UQUAD_MIN ((UV)0)
2392 UV tbl_max;
2393 UV tbl_item
[all...]

Completed in 31 milliseconds