HomeSort by: relevance | last modified time | path
    Searched refs:nr_of_cpus (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.c 1504 NR_OF_CPUS is actually 1 more and that is desired here too. */
1505 const size_t nr_of_cpus = ARRAY_SIZE (cpu_types); local
1520 args[ARC_OPTION_ARG_ARCH].values = XNEWVEC (const char *, nr_of_cpus);
1521 for (i = 0; i < nr_of_cpus; ++i)
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 1505 NR_OF_CPUS is actually 1 more and that is desired here too. */
1506 const size_t nr_of_cpus = ARRAY_SIZE (cpu_types); local
1521 args[ARC_OPTION_ARG_ARCH].values = XNEWVEC (const char *, nr_of_cpus);
1522 for (i = 0; i < nr_of_cpus; ++i)

Completed in 25 milliseconds