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