HomeSort by: relevance | last modified time | path
    Searched defs:static_count (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/libc++/dist/libcxxrt/test/
test_guard.cc 4 static int static_count; variable
10 static_count++;
28 TEST(static_count == 2, "Each static only initialized once");
  /src/external/gpl3/binutils/dist/bfd/
elf-m10300.c 2971 int static_count = 0, i;
2977 &static_count);
2979 entries = bfd_malloc (static_count * sizeof (* ptr));
2986 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2988 for (i = 0; i < static_count - 1; i++)
2994 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2997 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2970 int static_count = 0, i; local
  /src/external/gpl3/binutils/dist/binutils/
nm.c 1446 long static_count = 0;
1459 static_count = symcount;
1471 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1439 long static_count = 0; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10300.c 2970 int static_count = 0, i;
2976 &static_count);
2978 entries = bfd_malloc (static_count * sizeof (* ptr));
2985 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2987 for (i = 0; i < static_count - 1; i++)
2993 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2996 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2969 int static_count = 0, i; local
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 1448 long static_count = 0;
1461 static_count = symcount;
1473 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms,
1441 long static_count = 0; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10300.c 2970 int static_count = 0, i;
2976 &static_count);
2978 entries = bfd_malloc (static_count * sizeof (* ptr));
2985 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2987 for (i = 0; i < static_count - 1; i++)
2993 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2996 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2969 int static_count = 0, i; local
  /src/external/gpl3/gdb/dist/bfd/
elf-m10300.c 2971 int static_count = 0, i;
2977 &static_count);
2979 entries = bfd_malloc (static_count * sizeof (* ptr));
2986 qsort (entries, static_count, sizeof (entries[0]), sort_by_value);
2988 for (i = 0; i < static_count - 1; i++)
2994 for (j = i + 1; j < static_count && entries[j]->value == entries[i]->value; j++)
2997 for (j = i; j < static_count && entries[j]->value == entries[i]->value; j++)
2970 int static_count = 0, i; local

Completed in 62 milliseconds