Searched refs:CK_PR_N_Z_S (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_pr.h | 926 #define CK_PR_N_Z_S(S, M) CK_PR_N_Z(S, M, M, M) macro 942 CK_PR_N_Z_S(char, char) 961 CK_PR_N_Z_S(int, int) 990 CK_PR_N_Z_S(uint, unsigned int) 1028 CK_PR_N_Z_S(64, uint64_t) 1047 CK_PR_N_Z_S(32, uint32_t) 1066 CK_PR_N_Z_S(16, uint16_t) 1085 CK_PR_N_Z_S(8, uint8_t) 1090 #undef CK_PR_N_Z_S
|