Searched refs:S_ALMOSTEMPTY (Results 1 – 1 of 1) sorted by relevance
1408 #define S_ALMOSTEMPTY 0 macro1410 #define V_ALMOSTEMPTY(x) ((x) << S_ALMOSTEMPTY)1411 #define G_ALMOSTEMPTY(x) (((x) >> S_ALMOSTEMPTY) & M_ALMOSTEMPTY)