Searched refs:S_MAPDEFAULT (Results 1 – 1 of 1) sorted by relevance
18425 #define S_MAPDEFAULT 0 macro18427 #define V_MAPDEFAULT(x) ((x) << S_MAPDEFAULT)18428 #define G_MAPDEFAULT(x) (((x) >> S_MAPDEFAULT) & M_MAPDEFAULT)