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

/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Drstat.x40 %#define FSHIFT 8 /* bits to right of fixed binary point */
41 %#define FSCALE (1<<FSHIFT)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h199 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
200 #define FSCALE (1<<FSHIFT)
/opensolaris-onvv-gate/usr/src/ucbhead/sys/
H A Dparam.h280 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
281 #define FSCALE (1<<FSHIFT)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dparam.h297 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
298 #define FSCALE (1<<FSHIFT)
/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dcpupart.c159 (16 - FSHIFT);
161 (16 - FSHIFT);
163 (16 - FSHIFT);
1156 buf[i] = cp->cp_hp_avenrun[i] >> (16 - FSHIFT);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1398 #ifndef FSHIFT
1400 # define FSHIFT 5 macro
1404 # define FSHIFT 10 macro
1407 #endif /* ! FSHIFT */
1409 #ifndef FSHIFT
1410 # define FSHIFT 8 macro
1411 #endif /* ! FSHIFT */
1414 # define FSCALE (1 << FSHIFT)
1557 (int) (avenrun[0] + FSCALE/2) >> FSHIFT);
1558 return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/power/
H A Dsysstat.c94 #define FSHIFT 8 macro
95 #define FSCALE (1<<FSHIFT)
/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h229 # define FSHIFT 16 macro
1588 # define FSHIFT 16 macro
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dclock.c887 * hp_avenrun[i] >> (16 - FSHIFT) will not be
893 if (hp_avenrun[i] < ((uint64_t)1<<(31+16-FSHIFT)))
895 (16 - FSHIFT));

Completed in 268 milliseconds