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

/freebsd-12-stable/sys/contrib/ck/include/
H A Dck_pr.h929 #define CK_PR_N_S(K, S, M, P) CK_PR_N(K, S, M, M, P, M) macro
936 CK_PR_N_S(not, char, char, ~)
941 CK_PR_N_S(neg, char, char, -)
955 CK_PR_N_S(not, int, int, ~)
960 CK_PR_N_S(neg, int, int, -)
975 CK_PR_N_S(neg, double, double, -)
984 CK_PR_N_S(not, uint, unsigned int, ~)
989 CK_PR_N_S(neg, uint, unsigned int, -)
1022 CK_PR_N_S(not, 64, uint64_t, ~)
1027 CK_PR_N_S(ne
1095 #undef CK_PR_N_S macro
[all...]

Completed in 70 milliseconds