Searched refs:CK_PR_UNARY_Z_STUB (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/include/ |
H A D | ck_pr.h | 646 #define CK_PR_UNARY_Z_STUB(K, S, M) \ macro 657 CK_PR_UNARY_Z_STUB(K, S, M) 670 CK_PR_UNARY_Z_STUB(inc, char, char) 682 CK_PR_UNARY_Z_STUB(dec, char, char) 698 CK_PR_UNARY_Z_STUB(inc, int, int) 710 CK_PR_UNARY_Z_STUB(dec, int, int) 741 CK_PR_UNARY_Z_STUB(inc, uint, unsigned int) 753 CK_PR_UNARY_Z_STUB(dec, uint, unsigned int) 769 CK_PR_UNARY_Z_STUB(inc, ptr, void) 781 CK_PR_UNARY_Z_STUB(dec, ptr, void) [all …]
|