HomeSort by relevance Sort by last modified time
    Searched refs:msort (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
expand.c 109 STATIC struct strlist *msort(struct strlist *, int);
1267 * strings to sort and then calls msort (short for merge sort) to do the
1280 return msort(str, len);
1285 msort(struct strlist *list, int len) function
1301 q = msort(list, half); /* sort first half of list */
1302 p = msort(p, len - half); /* sort second half */
  /device/samsung/crespo/alsa-lib/include/
mixer.h 112 int snd_mixer_set_compare(snd_mixer_t *mixer, snd_mixer_compare_t msort);

Completed in 411 milliseconds