Searched defs:ISSET (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsinfo.h129 #define ISSET(m,b) ((m) & (1<<(b))) macro
/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/nvi/regex/
H A Dregexec.c74 #define ISSET(v, n) ((v) & (1 << (n))) macro
100 #undef ISSET macro
121 #define ISSET(v, n) ((v)[n]) macro
/freebsd-10-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-10-stable/libexec/getty/
H A Dsubr.c234 #define ISSET(t, f) ((t) & (f)) macro
/freebsd-10-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-10-stable/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 44 milliseconds