HomeSort by: relevance | last modified time | path
    Searched defs:swapfunc (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libpthread/
t_swapcontext.c 53 swapfunc(void) function in typeref:typename:void
74 makecontext(&nctx, swapfunc, 0);
  /src/tests/lib/libc/sys/
t_swapcontext.c 50 swapfunc(void *arg) function in typeref:typename:void
88 makecontext(&nctx, swapfunc, 0);
  /src/sys/lib/libsa/
qsort.c 42 static inline void swapfunc(char *, char *, int, int);
66 swapfunc(char *a, char *b, int n, int swaptype) function in typeref:typename:void
80 swapfunc(a, b, es, swaptype)
82 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
  /src/lib/libc/stdlib/
qsort.c 49 static inline void swapfunc(char *, char *, size_t, int);
71 swapfunc(char *a, char *b, size_t n, int swaptype) function in typeref:typename:void
86 swapfunc(a, b, es, swaptype)
88 #define vecswap(a, b, n) if ((n) > 0) swapfunc((a), (b), (size_t)(n), swaptype)

Completed in 13 milliseconds