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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Derr.h57 #define BSETWORDSIZE 16 macro
60 #define BSETWORDSIZE 32 macro
65 #define BSETWORDSIZE 8 macro
68 #define BSETMODWORD(x) ((x) & (BSETWORDSIZE-1)) /* x % BSETWORDSIZE */
69 #define BSETDIVWORD(x) ((x) >> BSETLOGWORDSIZE) /* x / BSETWORDSIZE */

Completed in 44 milliseconds