Searched refs:qsort_s (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | u_qsort.h | 75 /* MSVC/MinGW qsort_s takes "arg" after the comparison function and it in util_qsort_r() 82 qsort_s(base, nmemb, size, util_qsort_adapter, &data); in util_qsort_r() 84 /* C11 added qsort_s */ in util_qsort_r() 85 qsort_s(base, nmemb, size, compar, arg); in util_qsort_r()
|
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | qsort.c | 266 qsort_s(void *a, rsize_t n, rsize_t es, cmp_t *cmp, void *thunk) in qsort_s() function 269 __throw_constraint_handler_s("qsort_s : n > RSIZE_MAX", EINVAL); in qsort_s() 272 __throw_constraint_handler_s("qsort_s : es > RSIZE_MAX", in qsort_s() 277 __throw_constraint_handler_s("qsort_s : a == NULL", in qsort_s() 281 __throw_constraint_handler_s("qsort_s : cmp == NULL", in qsort_s()
|
Completed in 2 milliseconds