Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsort.h9 swap_func_t swap_func,
14 swap_func_t swap_func);
H A Dtypes.h225 typedef void (*swap_func_t)(void *a, void *b, int size); typedef