/external/ltp/testcases/realtime/perf/latency/ |
D | run_auto.sh | 27 nproc=5 32 echo -e "number of processes = $nproc " | tee -a $LOG_FILE 35 rm -f $nthread.$iter.$nproc.*.out 38 ./pthread_cond_many --realtime --broadcast -i $iter -n $nthread > $nthread.$iter.$nproc.$i.out & 40 while test $i -lt $nproc 42 ./pthread_cond_many --broadcast -i $iter -n $nthread > $nthread.$iter.$nproc.$i.out &
|
/external/ltp/testcases/misc/math/fptests/ |
D | fptest01.c | 89 int nproc; /* number of processors */ variable 102 nproc = 128; in main() 134 dtw = 1. / nproc; /* mean process work time */ in init() 138 for (p = 1; p <= nproc; p++) { in init() 142 for (p = 1; p <= nproc; p++) { in init() 159 for (i = 0; i < nproc; i++) in term() 200 for (i = 1; i <= nproc; i++) { in addevent() 225 for (i = 1; i <= nproc; i++) { in nextevent() 311 if (barcnt == nproc) { in doevent() 313 for (i = 1; i <= nproc; i++) { in doevent()
|
D | fptest02.c | 89 int nproc; /* number of processors */ variable 101 nproc = 128; in main() 133 dtw = 1. / nproc; /* mean process work time */ in init() 137 for (p = 1; p <= nproc; p++) { in init() 141 for (p = 1; p <= nproc; p++) { in init() 179 for (i = 1; i <= nproc; i++) { in addevent() 205 for (i = 1; i <= nproc; i++) { in nextevent() 292 if (barcnt == nproc) { in doevent() 294 for (i = 1; i <= nproc; i++) { in doevent()
|
/external/toybox/toys/other/ |
D | taskset.c | 121 unsigned i, j, nproc = 0; in nproc_main() local 126 if (toybuf[i]) for (j=0; j<8; j++) if (toybuf[i]&(1<<j)) nproc++; in nproc_main() 130 if (!nproc) nproc = sysconf(_SC_NPROCESSORS_CONF); in nproc_main() 132 xprintf("%u\n", nproc); in nproc_main()
|
/external/ltp/tools/netpipe-2.4-ipv6/ |
D | MPI.c | 23 int nproc; in Setup() local 26 MPI_Comm_size(MPI_COMM_WORLD, &nproc); in Setup() 35 if (nproc != 2) { in Setup()
|
/external/ltp/tools/netpipe-2.4/ |
D | MPI.c | 23 int nproc; in Setup() local 26 MPI_Comm_size(MPI_COMM_WORLD, &nproc); in Setup() 35 if (nproc != 2) { in Setup()
|
/external/autotest/client/tests/fsstress/ |
D | fsstress.py | 23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'): argument 27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
|
/external/vulkan-validation-layers/ |
D | update_external_sources.sh | 67 make -j $(nproc) 77 make -j $(nproc)
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 89 $nproc = $PROCESSES; 505 mongo_x_process( $nproc ); # run n processes
|
/external/curl/lib/ |
D | http2.c | 1866 ssize_t nproc; in Curl_http2_switched() local 1924 nproc = nghttp2_session_mem_recv(httpc->h2, (const uint8_t *)httpc->inbuf, in Curl_http2_switched() 1927 if(nghttp2_is_fatal((int)nproc)) { in Curl_http2_switched() 1929 nghttp2_strerror((int)nproc), (int)nproc); in Curl_http2_switched() 1933 DEBUGF(infof(data, "nghttp2_session_mem_recv() returns %zd\n", nproc)); in Curl_http2_switched() 1935 if((ssize_t)nread == nproc) { in Curl_http2_switched() 1940 httpc->nread_inbuf += nproc; in Curl_http2_switched()
|
/external/parameter-framework/support/android/asio/ |
D | asio_shrinker.sh | 105 mma -j$(nproc) || fail "Failed to build $target"
|
/external/linux-kselftest/tools/testing/selftests/intel_pstate/ |
D | run.sh | 32 max_cpus=$(($(nproc)-1))
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill.ll | 10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill.ll | 10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 251 int nproc = 1; variable 383 nproc = atoi(optarg); in main() 510 if (nproc == 1) { in main() 523 for (i = 0; i < nproc; i++) { in main()
|
/external/ltp/testcases/network/nfs/nfs_fsstress/ |
D | fsstress.c | 219 int nproc = 1; variable 344 nproc = atoi(optarg); in main() 465 if (nproc == 1) { in main() 469 for (i = 0; i < nproc; i++) { in main()
|
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 224 int nproc = 1; variable 356 nproc = atoi(optarg); in main() 483 if (nproc == 1) { in main() 496 for (i = 0; i < nproc; i++) { in main()
|
/external/toybox/generated/ |
D | newtoys.h | 163 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN))
|
D | flags.h | 4675 #define TT this.nproc
|
/external/llvm/docs/ |
D | GettingStarted.rst | 360 % make -j$(nproc)
|