OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer.h
112
int snd_mixer_set_compare(snd_mixer_t *mixer, snd_mixer_compare_t
msort
);
Completed in 701 milliseconds