Searched refs:PERSMAX_S (Results 1 – 1 of 1) sorted by relevance
1432 #define PERSMAX_S 0 macro1434 #define PERSMAX_V(x) ((x) << PERSMAX_S)1435 #define PERSMAX_G(x) (((x) >> PERSMAX_S) & PERSMAX_M)