Searched refs:S_MAPDEFAULT (Results 1 – 1 of 1) sorted by relevance
10011 #define S_MAPDEFAULT 0 macro10013 #define V_MAPDEFAULT(x) ((x) << S_MAPDEFAULT)10014 #define G_MAPDEFAULT(x) (((x) >> S_MAPDEFAULT) & M_MAPDEFAULT)