Searched defs:GetMax (Results 1 – 3 of 3) sorted by relevance
13 int32_t CXFA_Occur::GetMax() { in GetMax() function in CXFA_Occur
134 T GetMax() { in GetMax() function
29 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function