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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Derr.h68 #define BSETMODWORD(x) ((x) & (BSETWORDSIZE-1)) /* x % BSETWORDSIZE */ macro
457 return( p[BSETDIVWORD(b)] & bitmask[BSETMODWORD(b)] );

Completed in 34 milliseconds