Home
last modified time | relevance | path

Searched refs:swap_func_t (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
A Dsort.c125 #define SWAP_WORDS_64 (swap_func_t)0
126 #define SWAP_WORDS_32 (swap_func_t)1
127 #define SWAP_BYTES (swap_func_t)2
133 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap()
201 swap_func_t swap_func, in sort_r()
268 swap_func_t swap_func) in sort()
/linux/include/linux/
A Dsort.h9 swap_func_t swap_func,
14 swap_func_t swap_func);
A Dtypes.h229 typedef void (*swap_func_t)(void *a, void *b, int size); typedef

Completed in 5 milliseconds