Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dsort.c120 typedef void (*swap_func_t)(void *a, void *b, int size); typedef
127 #define SWAP_WORDS_64 (swap_func_t)0
128 #define SWAP_WORDS_32 (swap_func_t)1
129 #define SWAP_BYTES (swap_func_t)2
135 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap()