Home | History | Annotate | Download | only in ddk

Lines Matching refs:BooleanFlagOn

47 #ifndef BooleanFlagOn
48 #define BooleanFlagOn(F,SF) ((BOOLEAN)(((F) & (SF)) != 0))