Searched refs:PERSMAX_S (Results 1 – 1 of 1) sorted by relevance
1257 #define PERSMAX_S 0 macro1259 #define PERSMAX_V(x) ((x) << PERSMAX_S)1260 #define PERSMAX_G(x) (((x) >> PERSMAX_S) & PERSMAX_M)