Searched refs:swap_func (Results 1 – 3 of 3) sorted by relevance
118 swap_func_t swap_func; member132 if (swap_func == SWAP_WORDS_64) in do_swap()166 size, swap_func, priv); in eytzinger0_do_swap()177 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap_func) in eytzinger0_sort_r()178 swap_func = NULL; in eytzinger0_sort_r()180 if (!swap_func) { in eytzinger0_sort_r()182 swap_func = SWAP_WORDS_64; in eytzinger0_sort_r()184 swap_func = SWAP_WORDS_32; in eytzinger0_sort_r()186 swap_func = SWAP_BYTES; in eytzinger0_sort_r()236 swap_func_t swap_func) in eytzinger0_sort() argument[all …]
139 if (swap_func == SWAP_WRAPPER) { in do_swap()144 if (swap_func == SWAP_WORDS_64) in do_swap()148 else if (swap_func == SWAP_BYTES) in do_swap()210 swap_r_func_t swap_func, in sort_r() argument223 swap_func = NULL; in sort_r()225 if (!swap_func) { in sort_r()227 swap_func = SWAP_WORDS_64; in sort_r()229 swap_func = SWAP_WORDS_32; in sort_r()231 swap_func = SWAP_BYTES; in sort_r()293 swap_func_t swap_func) in sort() argument[all …]
9 swap_r_func_t swap_func,14 swap_func_t swap_func);
Completed in 13 milliseconds