Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Dsort.c12 static void u32_swap(void *a, void *b, int size) in u32_swap() function
55 swap_func = (size == 4 ? u32_swap : generic_swap); in sort()