Searched defs:get_max (Results 1 – 2 of 2) sorted by relevance
303 get_max(_ISO2022EncodingInfo * __restrict ei, in get_max() function
183 #define get_max(x,y) ((x) < (y) ? (y) : (x)) macro