FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
qmax
stand/libsa/stand.h
416
static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); }
sys/sys/libkern.h
94
static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); }