Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dsort.c141 if (swap_func == SWAP_WRAPPER) { in do_swap()
146 if (swap_func == SWAP_WORDS_64) in do_swap()
150 else if (swap_func == SWAP_BYTES) in do_swap()
212 swap_r_func_t swap_func, in sort_r() argument
224 swap_func = NULL; in sort_r()
226 if (!swap_func) { in sort_r()
228 swap_func = SWAP_WORDS_64; in sort_r()
230 swap_func = SWAP_WORDS_32; in sort_r()
232 swap_func = SWAP_BYTES; in sort_r()
283 swap_func_t swap_func) in sort() argument
[all …]
/openbmc/linux/include/linux/
H A Dsort.h9 swap_r_func_t swap_func,
14 swap_func_t swap_func);
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1639 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
1681 compare_func, swap_func); in otx_cpt_crypto_init()
1696 compare_func, swap_func); in otx_cpt_crypto_init()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1674 static void swap_func(void *lptr, void *rptr, int size) in swap_func() function
1711 compare_func, swap_func); in otx2_cpt_crypto_init()