Searched refs:_attr_id (Results 1 – 1 of 1) sorted by relevance
117 #define GET_NS(_attr_id) \ argument118 (((guint32) (_attr_id) >> NS_POS) & NS_MASK)119 #define GET_ID(_attr_id) \ argument120 (((guint32)(_attr_id) >> ID_POS) & ID_MASK)