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

/sendmail/sendmail/
H A Dconf.c1403 #ifndef FSHIFT
1405 # define FSHIFT 5 macro
1409 # define FSHIFT 10 macro
1412 #endif /* ! FSHIFT */
1414 #ifndef FSHIFT
1415 # define FSHIFT 8 macro
1416 #endif /* ! FSHIFT */
1419 # define FSCALE (1 << FSHIFT)
1562 (int) (avenrun[0] + FSCALE/2) >> FSHIFT);
1563 return ((int) (avenrun[0] + FSCALE/2) >> FSHIFT);
[all...]
/sendmail/include/sm/
H A Dconf.h224 # define FSHIFT 16 macro
1599 # define FSHIFT 16 macro

Completed in 99 milliseconds