Symbol: FSHIFT
usr/src/boot/sys/sys/param.h
343
#define FSCALE (1<<FSHIFT)
usr/src/cmd/power/sysstat.c
94
#define FSCALE (1<<FSHIFT)
usr/src/cmd/sendmail/src/conf.c
1399
#ifndef FSHIFT
usr/src/cmd/sendmail/src/conf.c
1410
#ifndef FSHIFT
usr/src/cmd/sendmail/src/conf.c
1415
# define FSCALE (1 << FSHIFT)
usr/src/cmd/sendmail/src/conf.c
1558
(int) (avenrun[0] + FSCALE/2) >> FSHIFT);
usr/src/cmd/sendmail/src/conf.c
1559
return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT);
usr/src/cmd/sendmail/src/conf.c
1628
(int) (avenrun[0] + FSCALE/2) >> FSHIFT);
usr/src/cmd/sendmail/src/conf.c
1629
return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT);
usr/src/cmd/sendmail/src/conf.c
1868
(int) (avenrun[0] + FSCALE/2) >> FSHIFT);
usr/src/cmd/sendmail/src/conf.c
1869
return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT);
usr/src/cmd/sendmail/src/conf.c
1968
loadav = (int) (avenrun + FSCALE/2) >> FSHIFT;
usr/src/ucbhead/sys/param.h
273
#define FSCALE (1<<FSHIFT)
usr/src/uts/common/disp/cpupart.c
1155
buf[i] = cp->cp_hp_avenrun[i] >> (16 - FSHIFT);
usr/src/uts/common/disp/cpupart.c
162
(16 - FSHIFT);
usr/src/uts/common/disp/cpupart.c
164
(16 - FSHIFT);
usr/src/uts/common/disp/cpupart.c
166
(16 - FSHIFT);
usr/src/uts/common/os/clock.c
898
if (hp_avenrun[i] < ((uint64_t)1<<(31+16-FSHIFT)))
usr/src/uts/common/os/clock.c
900
(16 - FSHIFT));
usr/src/uts/common/os/zone.c
3299
((uint64_t)1<<(31+16-FSHIFT)))
usr/src/uts/common/os/zone.c
3301
(zp->zone_hp_avenrun[i] >> (16 - FSHIFT));
usr/src/uts/common/sys/param.h
304
#define FSCALE (1<<FSHIFT)