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