Searched refs:UBIDI_CLASS_MASK (Results 1 – 2 of 2) sorted by relevance
119 #define UBIDI_CLASS_MASK 0x0000001f macro125 #define UBIDI_GET_CLASS(props) ((props)&UBIDI_CLASS_MASK)
132 return (max&UBIDI_CLASS_MASK); in ubidi_getMaxValue()