Searched defs:get_max (Results 1 – 3 of 3) sorted by relevance
767 static unsigned int get_max(unsigned int num) in get_max() function
303 get_max(_ISO2022EncodingInfo * __restrict ei, in get_max() function
192 #define get_max(x,y) ((x) < (y) ? (y) : (x)) macro