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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dparam.h273 * by the formula (1 / (2 ^ (FSHIFT - 11))). The maximum load average that
275 * the formula (2 ^ (2 * (16 - FSHIFT))) for (FSHIFT < 15).
278 * FSHIFT must be at least 11; this gives us a maximum load avg of ~1024.
280 #define FSHIFT 11 /* bits to right of fixed binary point */ macro
281 #define FSCALE (1<<FSHIFT)
/vbox/include/iprt/
H A Dcdefs.h2150 # undef FSHIFT macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinuser.h672 #undef FSHIFT macro
676 #define FSHIFT 0x04 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinuser.h593 #undef FSHIFT macro
597 #define FSHIFT 0x04 macro

Completed in 159 milliseconds