Searched refs:swap_func_t (Results 1 – 1 of 1) sorted by relevance
120 typedef void (*swap_func_t)(void *a, void *b, int size); typedef127 #define SWAP_WORDS_64 (swap_func_t)0128 #define SWAP_WORDS_32 (swap_func_t)1129 #define SWAP_BYTES (swap_func_t)2135 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap()