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

/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_pr.h930 #define CK_PR_N_Z_S(S, M) CK_PR_N_Z(S, M, M, M) macro
946 CK_PR_N_Z_S(char, char)
965 CK_PR_N_Z_S(int, int)
994 CK_PR_N_Z_S(uint, unsigned int)
1032 CK_PR_N_Z_S(64, uint64_t)
1051 CK_PR_N_Z_S(32, uint32_t)
1070 CK_PR_N_Z_S(16, uint16_t)
1089 CK_PR_N_Z_S(8, uint8_t)
1094 #undef CK_PR_N_Z_S macro

Completed in 50 milliseconds