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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c127 STATIC struct strlist *msort(struct strlist *, int);
1431 * strings to sort and then calls msort (short for merge sort) to do the
1444 return msort(str, len);
1449 msort(struct strlist *list, int len) function
1465 q = msort(list, half); /* sort first half of list */
1466 p = msort(p, len - half); /* sort second half */

Completed in 23 milliseconds