Searched refs:S_DROP (Results 1 – 1 of 1) sorted by relevance
33622 #define S_DROP 0 macro33624 #define V_DROP(x) ((x) << S_DROP)33625 #define G_DROP(x) (((x) >> S_DROP) & M_DROP)