Searched refs:_attr_id (Results 1 – 1 of 1) sorted by relevance
112 #define GET_NS(_attr_id) \ argument113 (((guint32) (_attr_id) >> NS_POS) & NS_MASK)114 #define GET_ID(_attr_id) \ argument115 (((guint32)(_attr_id) >> ID_POS) & ID_MASK)