/external/ltp/testcases/realtime/perf/latency/ |
D | run_auto.sh | 27 nproc=5 32 echo "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/lib/newlib_tests/ |
D | tst_safe_fileops.c | 24 long nproc; in do_test() local 28 if (FILE_LINES_SCANF("/proc/stat", "processes %ld", &nproc)) in do_test() 30 tst_res(TPASS, "Free: %ld, nproc: %ld", free, nproc); in do_test()
|
/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/libpng/contrib/oss-fuzz/ |
D | build.sh | 36 make -j$(nproc) clean 37 make -j$(nproc) libpng16.la
|
/external/honggfuzz/examples/apache-httpd/ |
D | httpd-master.honggfuzz.patch | 31 +make -j$(nproc) 38 +make -j$(nproc) 45 +make -j$(nproc) 65 +make -j$(nproc)
|
/external/brotli/c/fuzz/ |
D | test_fuzzer.sh | 13 make -j$(nproc) brotlidec
|
/external/nos/test/system-test-harness/ |
D | README.md | 21 > mmma -j`nproc` external/nos
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 89 $nproc = $PROCESSES; 505 mongo_x_process( $nproc ); # run n processes
|
/external/vulkan-validation-layers/ |
D | update_external_sources.sh | 8 CORE_COUNT=$(nproc || echo 4)
|
/external/vulkan-validation-layers/build-android/ |
D | build_all.sh | 28 cores=$(nproc) || echo 4
|
/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 | 38 max_cpus=$(($(nproc)-1))
|
/external/curl/lib/ |
D | http2.c | 2073 ssize_t nproc; in Curl_http2_switched() local 2146 nproc = nghttp2_session_mem_recv(httpc->h2, (const uint8_t *)httpc->inbuf, in Curl_http2_switched() 2149 if(nghttp2_is_fatal((int)nproc)) { in Curl_http2_switched() 2151 nghttp2_strerror((int)nproc), (int)nproc); in Curl_http2_switched() 2155 DEBUGF(infof(data, "nghttp2_session_mem_recv() returns %zd\n", nproc)); in Curl_http2_switched() 2157 if((ssize_t)nread == nproc) { in Curl_http2_switched() 2162 httpc->nread_inbuf += nproc; in Curl_http2_switched()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill.ll | 10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
|
/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/toybox/scripts/ |
D | make.sh | 16 [ -z "$CPUS" ] && CPUS=$(($(nproc)+1))
|
/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/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/honggfuzz/examples/bind/ |
D | patch-bind-9.11.1-P3 | 230 +make -j$(nproc)
|
/external/toybox/generated/ |
D | newtoys.h | 165 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN))
|
D | flags.h | 4793 #define TT this.nproc
|
/external/llvm/docs/ |
D | GettingStarted.rst | 360 % make -j$(nproc)
|