Searched defs:IS_SKIP (Results 1 – 2 of 2) sorted by relevance
81 #define IS_SKIP(a) ((a) & MB_TYPE_SKIP) macro
315 #define IS_SKIP(type) ( ((type)&MB_TYPE_SKIP) != 0 ) macro