Searched refs:total_elems (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_sort.h6 int isl_sort(void *const pbase, size_t total_elems, size_t size,
H A Disl_sort.c153 int isl_sort(void *const pbase, size_t total_elems, size_t size, argument
156 return MergeSort (pbase, total_elems, size, cmp, arg);

Completed in 35 milliseconds