Searched refs:CK_PR_UNARY_Z_S (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_pr.h646 #define CK_PR_UNARY_Z_S(K, S, M, P, Z) \ macro
659 CK_PR_UNARY_Z_S(inc, char, char, +, -1)
671 CK_PR_UNARY_Z_S(dec, char, char, -, 1)
687 CK_PR_UNARY_Z_S(inc, int, int, +, -1)
699 CK_PR_UNARY_Z_S(dec, int, int, -, 1)
730 CK_PR_UNARY_Z_S(inc, uint, unsigned int, +, UINT_MAX)
742 CK_PR_UNARY_Z_S(dec, uint, unsigned int, -, 1)
786 CK_PR_UNARY_Z_S(inc, 64, uint64_t, +, UINT64_MAX)
798 CK_PR_UNARY_Z_S(dec, 64, uint64_t, -, 1)
814 CK_PR_UNARY_Z_S(in
889 #undef CK_PR_UNARY_Z_S macro
[all...]

Completed in 51 milliseconds