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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h3175 /* NV_PRESERVES_UV_BITS:
3206 #define NV_PRESERVES_UV_BITS 0 macro
H A Dsv.c2119 && (((UV)1 << NV_PRESERVES_UV_BITS) >
2160 && (((UV)1 << NV_PRESERVES_UV_BITS) > SvUVX(sv))
2299 if (((UV)1 << NV_PRESERVES_UV_BITS) >
2413 && (((UV)1 << NV_PRESERVES_UV_BITS) >
2454 && (((UV)1 << NV_PRESERVES_UV_BITS) > SvUVX(sv))
2586 if (((UV)1 << NV_PRESERVES_UV_BITS) >
2738 wonky. We shouldn't be in here with NV_PRESERVES_UV_BITS ==
2740 if (((UV)1 << NV_PRESERVES_UV_BITS) >
H A Dpp.c1223 && (left > ((UV)1 << NV_PRESERVES_UV_BITS))

Completed in 60 milliseconds