Searched refs:S_PEAK (Results 1 – 1 of 1) sorted by relevance
43112 #define S_PEAK 8 macro43114 #define V_PEAK(x) ((x) << S_PEAK)43115 #define G_PEAK(x) (((x) >> S_PEAK) & M_PEAK)