Searched refs:ISSET (Results 1 – 2 of 2) sorted by relevance
27 #define ISSET(v, n) ((v) & ((unsigned)1 << (n))) macro53 #undef ISSET74 #define ISSET(v, n) ((v)[n]) macro
689 if (ISSET(st, stopst) || p == stop)704 if (ISSET(st, stopst))778 if (ISSET(st, stopst))952 if (ISSET(st, i)) {
Completed in 8 milliseconds