Lines Matching defs:p
42 #define BIT_CLR(_s, n, p) \ argument
47 #define BIT_ISSET(_s, n, p) \ argument
50 #define BIT_SET(_s, n, p) \ argument
53 #define BIT_ZERO(_s, p) do { \ argument
59 #define BIT_FILL(_s, p) do { \ argument
65 #define BIT_SETOF(_s, n, p) do { \ argument
71 #define BIT_EMPTY(_s, p) __extension__ ({ \ argument
80 #define BIT_ISFULLSET(_s, p) __extension__ ({ \ argument
89 #define BIT_SUBSET(_s, p, c) __extension__ ({ \ argument
100 #define BIT_OVERLAP(_s, p, c) __extension__ ({ \ argument
110 #define BIT_CMP(_s, p, c) __extension__ ({ \ argument
137 #define BIT_CLR_ATOMIC(_s, n, p) \ argument
141 #define BIT_SET_ATOMIC(_s, n, p) \ argument
145 #define BIT_SET_ATOMIC_ACQ(_s, n, p) \ argument
171 #define BIT_FFS(_s, p) __extension__ ({ \ argument
186 #define BIT_COUNT(_s, p) __extension__ ({ \ argument