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