Searched refs:S_SNUL (Results 1 – 1 of 1) sorted by relevance
66005 #define S_SNUL 0 macro66007 #define V_SNUL(x) ((x) << S_SNUL)66008 #define G_SNUL(x) (((x) >> S_SNUL) & M_SNUL)