Searched defs:IS_IN_SET (Results 1 – 1 of 1) sorted by relevance
45 #define IS_IN_SET(i) (inv[i] < idx && set[inv[i]] == (i)) macro48 #define IS_IN_SET(i) (set[(i) >> 3] & idx[(i) & 7]) macro