Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NX_MIN
tools/testing/selftests/powerpc/nx-gzip/gunz_test.c
65
#define NX_MIN(X, Y) (((X) < (Y))?(X):(Y))
tools/testing/selftests/powerpc/nx-gzip/gzfht_test.c
70
#define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y))