Searched refs:NONCONTIGUOUS_BIT (Results 1 – 1 of 1) sorted by relevance
2143 #define NONCONTIGUOUS_BIT (2U) macro2145 #define contiguous(M) (((M)->max_fast & NONCONTIGUOUS_BIT) == 0)2146 #define noncontiguous(M) (((M)->max_fast & NONCONTIGUOUS_BIT) != 0)2147 #define set_noncontiguous(M) ((M)->max_fast |= NONCONTIGUOUS_BIT)2148 #define set_contiguous(M) ((M)->max_fast &= ~NONCONTIGUOUS_BIT)2160 ((M)->max_fast & NONCONTIGUOUS_BIT)