Searched defs:OSSL_MAX (Results 1 – 2 of 2) sorted by relevance
84 #define OSSL_MAX(p,q) ((p >= q) ? p : q) macro