Searched refs:S_STOP (Results 1 – 1 of 1) sorted by relevance
16365 #define S_STOP 0 macro16367 #define V_STOP(x) ((x) << S_STOP)16368 #define G_STOP(x) (((x) >> S_STOP) & M_STOP_)