Searched refs:S_SNUL (Results 1 – 1 of 1) sorted by relevance
52933 #define S_SNUL 0 macro52935 #define V_SNUL(x) ((x) << S_SNUL)52936 #define G_SNUL(x) (((x) >> S_SNUL) & M_SNUL)