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

/netbsd-current/tests/lib/libpthread/
H A Dt_swapcontext.c53 swapfunc(void) function
74 makecontext(&nctx, swapfunc, 0);
/netbsd-current/tests/lib/libc/sys/
H A Dt_swapcontext.c50 swapfunc(void *arg) function
88 makecontext(&nctx, swapfunc, 0);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dqsort.c54 static inline void swapfunc(char *, char *, int, int);
74 swapfunc(a, b, n, swaptype) function
90 swapfunc(a, b, es, swaptype)
92 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/netbsd-current/sys/lib/libsa/
H A Dqsort.c42 static inline void swapfunc(char *, char *, int, int);
66 swapfunc(char *a, char *b, int n, int swaptype) function
80 swapfunc(a, b, es, swaptype)
82 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
/netbsd-current/lib/libc/stdlib/
H A Dqsort.c48 static inline void swapfunc(char *, char *, size_t, int);
70 swapfunc(char *a, char *b, size_t n, int swaptype) function
85 swapfunc(a, b, es, swaptype)
87 #define vecswap(a, b, n) if ((n) > 0) swapfunc((a), (b), (size_t)(n), swaptype)

Completed in 193 milliseconds