Searched refs:swapfunc (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/ |
H A D | linux_sort.c | 35 static __inline void swapfunc(char *, char *, size_t, int); 57 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function 71 swapfunc(a, b, es, swaptype) 73 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
|
/openbsd/lib/libc/stdlib/ |
H A D | qsort.c | 35 static __inline void swapfunc(char *, char *, size_t, int); 78 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function 110 swapfunc(a, b, es, swaptype); \ 114 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
|