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

/vbox/include/VBox/
H A Dshflsvc.h46 #ifndef BIT_FLAG_CLEAR
47 #define BIT_FLAG_CLEAR(__Field,__Flag) ((__Field) &= ~(__Flag)) macro

Completed in 48 milliseconds