Searched refs:S_LOFU (Results 1 – 1 of 1) sorted by relevance
53432 #define S_LOFU 8 macro53434 #define V_LOFU(x) ((x) << S_LOFU)53435 #define G_LOFU(x) (((x) >> S_LOFU) & M_LOFU)