Home
last modified time | relevance | path

Searched refs:ID_MASK (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgfileinfo.c110 #define ID_MASK ((guint32)((1<<20) - 1)) macro
115 (((guint32)(_attr_id) >> ID_POS) & ID_MASK)
119 ((((guint32) _id) & ID_MASK) << ID_POS) )