Searched defs:CeedIntMax (Results 1 – 2 of 2) sorted by relevance
559 static inline CeedInt CeedIntMax(CeedInt a, CeedInt b) { return a > b ? a : b; } in CeedIntMax() function
857 function CeedIntMax(a, b) function