HomeSort by: relevance | last modified time | path
    Searched defs:FSHIFT (Results 1 - 7 of 7) sorted by relevancy

  /src/libexec/rpc.rstatd/
rstat_proc.c 74 #undef FSHIFT /* Use protocol's shift and scale values */
  /src/usr.bin/rup/
rup.c 55 #undef FSHIFT /* Use protocol's shift and scale values */
  /src/external/bsd/top/dist/machine/
m_irix5.c 84 #define FSHIFT 8 /* bits to right of fixed binary point */
85 #define FSCALE (1<<FSHIFT)
m_svr4.c 101 #define FSHIFT 8 /* bits to right of fixed binary point */
102 #define FSCALE (1<<FSHIFT)
m_svr5.c 107 #define FSHIFT 8 /* bits to right of fixed binary point */
108 #define FSCALE (1<<FSHIFT)
m_sunos5.c 139 #define FSHIFT 8 /* bits to right of fixed binary point */
140 #define FSCALE (1<<FSHIFT)
  /src/sys/sys/
param.h 482 * by the formula (1 / (2 ^ (FSHIFT - 11))). The maximum load average that
484 * the formula (2 ^ (2 * (16 - FSHIFT))) for (FSHIFT < 15).
487 * FSHIFT must be at least 11; this gives us a maximum load avg of ~1024.
489 #define FSHIFT 11 /* bits to right of fixed binary point */
490 #define FSCALE (1<<FSHIFT)

Completed in 22 milliseconds