Searched refs:ISSET (Results 1 – 3 of 3) sorted by relevance
101 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro130 #undef ISSET153 #define ISSET(v, n) ((v)[n]) macro
833 if (ISSET(st, stopst) || p == stop || clen > stop - p) in fast()848 if (ISSET(st, stopst)) in fast()932 if (ISSET(st, stopst)) in slow()1085 if (ISSET(st, i)) { in print()
154 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro