Searched refs:ISSET (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregexec.c27 #define ISSET(v, n) ((v) & ((unsigned)1 << (n))) macro
53 #undef ISSET macro
74 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c689 if (ISSET(st, stopst) || p == stop)
704 if (ISSET(st, stopst))
778 if (ISSET(st, stopst))
952 if (ISSET(st, i)) {
/barrelfish-master/lib/libc/regex/
H A Dregexec.c103 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
132 #undef ISSET macro
155 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c844 if (ISSET(st, stopst) || p == stop || clen > stop - p)
859 if (ISSET(st, stopst))
947 if (ISSET(st, stopst))
1118 if (ISSET(st, i)) {
/barrelfish-master/lib/libc/db/hash/
H A Dhash.h152 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro

Completed in 100 milliseconds