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

/illumos-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)
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h335 * by the formula (1 / (2 ^ (FSHIFT - 11))). The maximum load average that
337 * the formula (2 ^ (2 * (16 - FSHIFT))) for (FSHIFT < 15).
340 * FSHIFT must be at least 11; this gives us a maximum load avg of ~1024.
342 #define FSHIFT 11 /* bits to right of fixed binary point */ macro
343 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h272 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
273 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c94 #define FSHIFT 8 macro
95 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h291 #define FSHIFT 8 /* bits to right of fixed binary point */ macro
292 #define FSCALE (1<<FSHIFT)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h229 # define FSHIFT 16 macro
1588 # define FSHIFT 16 macro
/illumos-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...]

Completed in 105 milliseconds