HomeSort by: relevance | last modified time | path
    Searched defs:num_elements (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/include/
partition.h 62 int num_elements; member in struct:partition_def
partition.h 62 int num_elements; member in struct:partition_def
  /src/external/gpl3/binutils.old/dist/include/
partition.h 62 int num_elements; member in struct:partition_def
partition.h 62 int num_elements; member in struct:partition_def
  /src/external/gpl3/gcc/dist/include/
partition.h 62 int num_elements; member in struct:partition_def
partition.h 62 int num_elements; member in struct:partition_def
  /src/external/gpl3/gcc.old/dist/include/
partition.h 62 int num_elements; member in struct:partition_def
partition.h 62 int num_elements; member in struct:partition_def
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
average.c 14 int total = 0, num_elements = 0, average = 0; local
16 num_elements = high - low; /* note this is an off-by-one bug */
18 average = total / num_elements;
average.c 14 int total = 0, num_elements = 0, average = 0; local
16 num_elements = high - low; /* note this is an off-by-one bug */
18 average = total / num_elements;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
average.c 14 int total = 0, num_elements = 0, average = 0; local
16 num_elements = high - low; /* note this is an off-by-one bug */
18 average = total / num_elements;
average.c 14 int total = 0, num_elements = 0, average = 0; local
16 num_elements = high - low; /* note this is an off-by-one bug */
18 average = total / num_elements;
  /src/external/gpl3/gdb.old/dist/include/
partition.h 62 int num_elements; member in struct:partition_def
partition.h 62 int num_elements; member in struct:partition_def
  /src/external/gpl3/gdb/dist/include/
partition.h 62 int num_elements; member in struct:partition_def
partition.h 62 int num_elements; member in struct:partition_def
  /src/external/gpl3/binutils/dist/libiberty/
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
partition.c 39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
43 partition_new (int num_elements)
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
    [all...]

Completed in 47 milliseconds

1 2 3 4