Searched defs:SET_VENDOR_OPTION_BIT_MAP (Results 1 – 2 of 2) sorted by relevance
166 #define SET_VENDOR_OPTION_BIT_MAP(x, y) (((x)[(y) / 32]) = (UINT32) ((x)[(y) / 32]) | BIT ((y) % 32… macro
177 #define SET_VENDOR_OPTION_BIT_MAP(x, y) \ macro