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

  /external/strace/
count.c 166 int *sorted_count = calloc(sizeof(int), nsyscalls); local
168 if (!sorted_count)
182 sorted_count[i] = i;
192 qsort((void *) sorted_count, nsyscalls, sizeof(int), sortfun);
202 j = sorted_count[i];
219 free(sorted_count);
ChangeLog-CVS     [all...]

Completed in 57 milliseconds