Home
last modified time | relevance | path

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

/lib/
A Dsort.c193 swap_r_func_t swap_func, in __sort_r() argument
207 swap_func = NULL; in __sort_r()
209 if (!swap_func) { in __sort_r()
211 swap_func = SWAP_WORDS_64; in __sort_r()
213 swap_func = SWAP_WORDS_32; in __sort_r()
215 swap_func = SWAP_BYTES; in __sort_r()
305 swap_r_func_t swap_func, in sort_r() argument
335 swap_func_t swap_func) in sort() argument
339 .swap = swap_func, in sort()
348 swap_func_t swap_func) in sort_nonatomic() argument
[all …]

Completed in 4 milliseconds