Searched refs:S_GTORLT (Results 1 – 1 of 1) sorted by relevance
68159 #define S_GTORLT 1 macro68161 #define V_GTORLT(x) ((x) << S_GTORLT)68162 #define G_GTORLT(x) (((x) >> S_GTORLT) & M_GTORLT)