Searched defs:ISSET (Results 1 – 9 of 9) sorted by relevance
66 #define ISSET(v, n) ((v) & (1 << (n))) macro113 #define ISSET(v, n) ((v)[n]) macro
92 #define ISSET(t, f) ((t) & (f)) in vcons_open() macro
229 #define ISSET(t, f) ((t) & (f)) macro
63 #define ISSET(opt) (sp->fts_options & (opt)) macro
153 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro
72 #define ISSET(t, f) ((t) & (f)) macro
198 #define ISSET(t, f) ((t) & (f)) macro
60 #define ISSET(t, f) ((t) & (f)) macro
236 #define ISSET(opt) (sp->fts_options & (opt)) macro