Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
lmax
usr/src/boot/libsa/stand.h
375
static __inline long lmax(long a, long b) { return (a > b ? a : b); }
usr/src/tools/smatch/src/validation/expand/bad-shift.c
3
static int lmax(int a)