Searched refs:ksort (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/toys/posix/ |
H A D | ps.c | 776 // TIME and TIME+ use combined value, ksort needs 'em added. in get_ps() 1216 static int ksort(void *aa, void *bb) in ksort() function 1382 if (FLAG(k)) qsort(tbsort, TT.kcount, sizeof(void *), (void *)ksort); in ps_main() 1553 qsort(mix.tb, mix.count, sizeof(struct procpid *), (void *)ksort); in top_common()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 733 // TIME and TIME+ use combined value, ksort needs 'em added. in get_ps() 1173 static int ksort(void *aa, void *bb) in ksort() function 1409 qsort(mix.tb, mix.count, sizeof(struct procpid *), (void *)ksort); in top_common()
|
Completed in 6 milliseconds