Searched defs:GetMin (Results 1 – 3 of 3) sorted by relevance
22 int32_t CXFA_Occur::GetMin() { in GetMin() function in CXFA_Occur
130 T GetMin() { in GetMin() function
28 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function