Home
last modified time | relevance | path

Searched defs:ISSET (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/nvi/regex/
H A Dregexec.c66 #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 Dregexec.c63 #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 Dregexec.c97 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
149 #define ISSET(v, n) ((v)[n]) macro
/freebsd/contrib/mandoc/
H A Dcompat_fts.c66 #define ISSET(opt) (sp->fts_options & (opt)) macro
/freebsd/libexec/getty/
H A Dsubr.c228 #define ISSET(t, f) ((t) & (f)) macro
/freebsd/lib/libc/gen/
H A Dfts-compat.c78 #define ISSET(opt) (sp->fts_options & (opt)) macro
H A Dfts.c66 #define ISSET(opt) (sp->fts_options & (opt)) macro
H A Dfts-compat11.c67 #define ISSET(opt) (sp->fts_options & (opt)) macro
/freebsd/lib/libc/db/hash/
H A Dhash.h151 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
/freebsd/sys/kern/
H A Dkern_ubsan.c57 #define ISSET(x, y) ((x) & (y)) macro
88 #define ISSET(t, f) ((t) & (f)) macro
/freebsd/sys/dev/rtsx/
H A Drtsx.c316 #define ISSET(t, f) ((t) & (f)) macro