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

  /external/strace/
count.c 163 int *sorted_count; local
171 sorted_count = xcalloc(sizeof(int), nsyscalls);
178 sorted_count[i] = i;
190 qsort((void *) sorted_count, nsyscalls, sizeof(int), sortfun);
193 int idx = sorted_count[i];
213 free(sorted_count);
  /toolchain/binutils/binutils-2.25/bfd/
elfnn-ia64.c 108 unsigned int sorted_count; member in struct:elfNN_ia64_local_hash_entry
125 unsigned int sorted_count; member in struct:elfNN_ia64_link_hash_entry
1808 unsigned int count, sorted_count, size; local
    [all...]
elf64-ia64-vms.c 111 unsigned int sorted_count; member in struct:elf64_ia64_local_hash_entry
134 unsigned int sorted_count; member in struct:elf64_ia64_link_hash_entry
927 ret->sorted_count = 0;
995 entry->sorted_count = 0;
1016 entry->sorted_count = 0;
1576 unsigned int count, sorted_count, size; local
    [all...]

Completed in 412 milliseconds