Searched refs:PERSMAX_S (Results 1 – 1 of 1) sorted by relevance
1410 #define PERSMAX_S 0 macro1412 #define PERSMAX_V(x) ((x) << PERSMAX_S)1413 #define PERSMAX_G(x) (((x) >> PERSMAX_S) & PERSMAX_M)