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