Searched defs:get_max (Results 1 – 4 of 4) 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
1870 static int get_max(const uint8_t doit[], size_t algs_len) { in get_max() function
192 #define get_max(x,y) ((x) < (y) ? (y) : (x)) macro