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

  /src/external/bsd/jemalloc/dist/scripts/
gen_run_tests.py 13 nparallel = cpu_count() * 2 variable
130 ' -P %(nparallel)d -n 1 sh' % {'last_ind': ind-1, 'nparallel': nparallel})
  /src/external/bsd/jemalloc.old/dist/scripts/
gen_run_tests.py 13 nparallel = cpu_count() * 2 variable
130 ' -P %(nparallel)d -n 1 sh' % {'last_ind': ind-1, 'nparallel': nparallel})
  /src/external/gpl3/gcc/dist/gcc/
recog.cc 2102 int nparallel = XVECLEN (body, 0); /* Includes CLOBBERs. */
2111 for (i = 0; i < nparallel; i++)
2098 int nparallel = XVECLEN (body, 0); \/* Includes CLOBBERs. *\/ local
  /src/external/gpl3/gcc.old/dist/gcc/
recog.cc 2082 int nparallel = XVECLEN (body, 0); /* Includes CLOBBERs. */
2091 for (i = 0; i < nparallel; i++)
2078 int nparallel = XVECLEN (body, 0); \/* Includes CLOBBERs. *\/ local

Completed in 20 milliseconds