Home
last modified time | relevance | path

Searched refs:swapfunc (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dpqsort.c47 static inline void swapfunc (char *, char *, size_t, int);
69 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() function
84 swapfunc(a, b, es, swaptype)
86 #define vecswap(a, b, n) if ((n) > 0) swapfunc((a), (b), (size_t)(n), swaptype)
/f-stack/freebsd/libkern/
H A Dqsort.c44 static inline void swapfunc(char *, char *, size_t, int, int);
65 swapfunc(char *a, char *b, size_t n, int swaptype_long, int swaptype_int) in swapfunc() function
85 swapfunc(a, b, es, swaptype_long, swaptype_int)
88 if ((n) > 0) swapfunc(a, b, n, swaptype_long, swaptype_int)