Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dqsort.c88 static void heap_sort(void *base, int nmemb, size_t size, struct qsort_comp *cmp) in heap_sort() function
111 heap_sort(base, nmemb, size, &cmp); in qsort_r()
125 heap_sort(base, nmemb, size, &cmp); in qsort()