Searched refs:S_PEAK (Results 1 – 1 of 1) sorted by relevance
22518 #define S_PEAK 8 macro22520 #define V_PEAK(x) ((x) << S_PEAK)22521 #define G_PEAK(x) (((x) >> S_PEAK) & M_PEAK)