Searched defs:qmax (Results 1 – 3 of 3) sorted by relevance
94 int qmax; member
94 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
413 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function