Searched refs:S_ALMOSTEMPTY (Results 1 – 1 of 1) sorted by relevance
1398 #define S_ALMOSTEMPTY 0 macro1400 #define V_ALMOSTEMPTY(x) ((x) << S_ALMOSTEMPTY)1401 #define G_ALMOSTEMPTY(x) (((x) >> S_ALMOSTEMPTY) & M_ALMOSTEMPTY)