Searched refs:swapfunc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dqsort.c52 static inline void swapfunc(char *, char *, int, int);
72 swapfunc(a, b, n, swaptype) function
88 swapfunc(a, b, es, swaptype)
90 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/freebsd-10.0-release/lib/libc/stdlib/
H A Dqsort.c44 static inline void swapfunc(char *, char *, int, int);
66 swapfunc(a, b, n, swaptype) function
82 swapfunc(a, b, es, swaptype)
84 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/freebsd-10.0-release/sys/libkern/
H A Dqsort.c42 static __inline void swapfunc(char *, char *, int, int);
64 swapfunc(char *a, char *b, int n, int swaptype) function
78 swapfunc(a, b, es, swaptype)
80 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)

Completed in 75 milliseconds