Searched defs:ISSET (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/nvi/regex/ |
H A D | regexec.c | 66 #define ISSET(v, n) ((v) & (1 << (n))) macro 113 #define ISSET(v, n) ((v)[n]) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 110 #define ISSET(v, n) ((v)[n]) macro
|
/freebsd/lib/libc/regex/ |
H A D | regexec.c | 97 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 149 #define ISSET(v, n) ((v)[n]) macro
|
/freebsd/contrib/mandoc/ |
H A D | compat_fts.c | 66 #define ISSET(opt) (sp->fts_options & (opt)) macro
|
/freebsd/libexec/getty/ |
H A D | subr.c | 228 #define ISSET(t, f) ((t) & (f)) macro
|
/freebsd/lib/libc/gen/ |
H A D | fts-compat.c | 78 #define ISSET(opt) (sp->fts_options & (opt)) macro
|
H A D | fts.c | 66 #define ISSET(opt) (sp->fts_options & (opt)) macro
|
H A D | fts-compat11.c | 67 #define ISSET(opt) (sp->fts_options & (opt)) macro
|
/freebsd/lib/libc/db/hash/ |
H A D | hash.h | 151 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
|
/freebsd/sys/kern/ |
H A D | kern_ubsan.c | 57 #define ISSET(x, y) ((x) & (y)) macro 88 #define ISSET(t, f) ((t) & (f)) macro
|
/freebsd/sys/dev/rtsx/ |
H A D | rtsx.c | 316 #define ISSET(t, f) ((t) & (f)) macro
|