Searched defs:lmax (Results 1 – 6 of 6) sorted by relevance
3 static int lmax(int a) in lmax() function
140 sval_t lmax, rmax, res; in can_integer_overflow() local
47 Sfoff_t lmax; member
60 int32_t lmax; member
1206 int lcur, lmax; local
375 static __inline long lmax(long a, long b) { return (a > b ? a : b); } in lmax() function