Searched refs:CK_PR_UNARY_Z (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_pr.h | 630 #define CK_PR_UNARY_Z(K, S, M, T, P, C, Z) \ macro 656 CK_PR_UNARY_Z(K, S, M, M, P, M, Z) \ 767 CK_PR_UNARY_Z(inc, ptr, void, uintptr_t, +, void *, UINT_MAX) 779 CK_PR_UNARY_Z(dec, ptr, void, uintptr_t, -, void *, 1) 900 #undef CK_PR_UNARY_Z
|