OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
vecswap
lib/libc/stdlib/qsort.c
114
#define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
sys/dev/pci/drm/linux_sort.c
73
#define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
sys/dev/pci/drm/linux_sort_r.c
74
#define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)