Searched defs:ISSET (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.h129 #define ISSET(m,b) ((m) & (1<<(b))) macro
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c71 #define ISSET(opt) (sp->fts_options & (opt)) macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregexec.c66 #define ISSET(v, n) ((v) & (1 << (n))) macro
92 #undef ISSET macro
113 #define ISSET(v, n) ((v)[n]) macro
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.h152 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c82 #define ISSET(opt) (sp->fts_options & (opt)) macro
[all...]
H A Dfts.c72 #define ISSET(opt) (sp->fts_options & (opt)) macro
[all...]
/freebsd-11-stable/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
/freebsd-11-stable/libexec/getty/
H A Dsubr.c235 #define ISSET(t, f) ((t) & (f)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET macro
110 #define ISSET(v, n) ((v)[n]) macro

Completed in 147 milliseconds