/external/strace/tests-mx32/ |
D | delay.c | 57 const int nproc, in check_delay() argument 65 if (us - us0 < delay_exit * (nproc - 1) / nproc) in check_delay() 68 if (us - us0 > delay_exit * (nproc + 1) / nproc) in check_delay() 71 if (us1 - us < delay_enter * (nproc - 1) / nproc) in check_delay() 74 if (us1 - us > delay_enter * (nproc + 1) / nproc) in check_delay() 79 run(const int nproc, const int delay_enter, const int delay_exit) in run() argument 83 for (int i = 0; i < nproc; ++i, prev = now) { in run() 95 check_delay(&prev, &ts, &now, nproc, delay_enter, delay_exit); in run() 105 error_msg_and_fail("usage: delay <nproc> <delay_enter> <delay_exit>"); in main() 107 const int nproc = atoi(av[1]); in main() local [all …]
|
/external/strace/tests-m32/ |
D | delay.c | 57 const int nproc, in check_delay() argument 65 if (us - us0 < delay_exit * (nproc - 1) / nproc) in check_delay() 68 if (us - us0 > delay_exit * (nproc + 1) / nproc) in check_delay() 71 if (us1 - us < delay_enter * (nproc - 1) / nproc) in check_delay() 74 if (us1 - us > delay_enter * (nproc + 1) / nproc) in check_delay() 79 run(const int nproc, const int delay_enter, const int delay_exit) in run() argument 83 for (int i = 0; i < nproc; ++i, prev = now) { in run() 95 check_delay(&prev, &ts, &now, nproc, delay_enter, delay_exit); in run() 105 error_msg_and_fail("usage: delay <nproc> <delay_enter> <delay_exit>"); in main() 107 const int nproc = atoi(av[1]); in main() local [all …]
|
/external/strace/tests/ |
D | delay.c | 57 const int nproc, in check_delay() argument 65 if (us - us0 < delay_exit * (nproc - 1) / nproc) in check_delay() 68 if (us - us0 > delay_exit * (nproc + 1) / nproc) in check_delay() 71 if (us1 - us < delay_enter * (nproc - 1) / nproc) in check_delay() 74 if (us1 - us > delay_enter * (nproc + 1) / nproc) in check_delay() 79 run(const int nproc, const int delay_enter, const int delay_exit) in run() argument 83 for (int i = 0; i < nproc; ++i, prev = now) { in run() 95 check_delay(&prev, &ts, &now, nproc, delay_enter, delay_exit); in run() 105 error_msg_and_fail("usage: delay <nproc> <delay_enter> <delay_exit>"); in main() 107 const int nproc = atoi(av[1]); in main() local [all …]
|
/external/oss-fuzz/projects/dlplibs/ |
D | build.sh | 21 make -j$(nproc) 29 make -C src -j$(nproc) 37 make -j$(nproc) 45 make -j$(nproc) 60 make -j$(nproc) 82 make -j$(nproc) 96 make -j$(nproc) 102 make -j$(nproc) 108 make -j$(nproc) 114 make -j$(nproc) [all …]
|
/external/ImageMagick/Magick++/fuzz/ |
D | build.sh | 6 make -j$(nproc) CFLAGS="$CFLAGS -fPIC" 14 make -j$(nproc) 21 make -j$(nproc) 28 make -j$(nproc) 36 make -j$(nproc) 44 make -j$(nproc) 52 make -j$(nproc) 60 make -j$(nproc) 68 make -j$(nproc) 76 make -j$(nproc) [all …]
|
/external/oss-fuzz/projects/wget2/ |
D | build.sh | 28 make -j$(nproc) 34 make -j$(nproc) 40 make -j$(nproc) 56 ( make -j$(nproc) || make -j$(nproc) ) && make install 72 make -j$(nproc) 78 make -j$(nproc) 92 make -j$(nproc) 93 make -j$(nproc) -C unit-tests check 94 make -j$(nproc) -C fuzz check 100 make -j$(nproc) -C lib [all …]
|
/external/oss-fuzz/projects/wolfssl/ |
D | build.sh | 57 make -j$(nproc) 62 make -j$(nproc) 64 LIBFUZZER_LINK="$LIB_FUZZING_ENGINE" make -B -j$(nproc) 90 make -j$(nproc) 101 make -j$(nproc) 106 make -j$(nproc) 108 make -j$(nproc) 110 LIBFUZZER_LINK="$LIB_FUZZING_ENGINE" make -B -j$(nproc) 124 make -j$(nproc) 129 make -j$(nproc) [all …]
|
/external/oss-fuzz/projects/kimageformats/ |
D | build.sh | 21 make install -j$(nproc) 26 make install -j$(nproc) 31 make install -j$(nproc) 41 sed -i -e "s/MAKE\")/MAKE\" -j$(nproc))/g" configure 45 make sub-gui -j$(nproc) 50 make install -j$(nproc) 58 make -j$(nproc) 59 make install -j$(nproc) 67 make -j$(nproc) 72 make -j$(nproc) [all …]
|
/external/oss-fuzz/projects/bad_example/ |
D | build.sh | 6 make -j$(nproc) clean 7 make -j$(nproc) all 17 make -j$(nproc) clean 18 make -j$(nproc) all 39 make -j$(nproc) clean 40 make -j$(nproc) all 50 make -j$(nproc) clean 51 make -j$(nproc) all 70 make -j$(nproc) clean 71 make -j$(nproc) all
|
/external/oss-fuzz/projects/wget/ |
D | build.sh | 28 make -j$(nproc) 34 make -j$(nproc) 40 make -j$(nproc) 56 ( make -j$(nproc) || make -j$(nproc) ) && make install 72 make -j$(nproc) 86 make -j$(nproc) 87 make -j$(nproc) -C fuzz check 93 make -j$(nproc) -C lib 94 make -j$(nproc) -C src 98 make -j$(nproc) ../src/libunittest.a
|
/external/usrsctp/fuzzer/ |
D | build-fuzzer.sh | 4 NPROC=1 8 NPROC=$(nproc) 11 NPROC=$(sysctl -n hw.ncpu) 14 NPROC=$(sysctl -n hw.ncpu) 29 echo "NP :" $NPROC 47 make -j"$NPROC"
|
D | fuzzer_connect_multi.sh | 7 NPROC=1 10 NPROC=$(nproc) 12 NPROC=$(sysctl -n hw.ncpu) 14 NPROC=$(sysctl -n hw.ncpu) 19 echo "$NPROC"
|
/external/oss-fuzz/projects/cryptofuzz/ |
D | build.sh | 134 make -j$(nproc) 154 make -j$(nproc) 176 make -j$(nproc) 203 make -j$(nproc) 218 make libmpdec.a -j$(nproc) 235 make -j$(nproc) >/dev/null 2>&1 245 make libcryptopp.a -j$(nproc) >/dev/null 2>&1 248 make libcryptopp.a -j$(nproc) >/dev/null 2>&1 277 make -j$(nproc) >/dev/null 2>&1 294 make -j$(nproc) [all …]
|
/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/oss-fuzz/projects/ecc-diff-fuzzer/ |
D | build.sh | 27 make -j$(nproc) 32 make -j$(nproc) 39 make -j$(nproc) 52 make -j$(nproc) 61 make -j$(nproc) 69 make -j$(nproc) all 105 make -j$(nproc) 144 make -j$(nproc) 151 make -j$(nproc)
|
/external/oss-fuzz/projects/ffmpeg/ |
D | build.sh | 35 make -j$(nproc) all 43 make -j$(nproc) all 50 make -j$(nproc) 57 make -j$(nproc) 64 make -j$(nproc) all 71 make -j$(nproc) all 80 make -j$(nproc) all 87 make -j$(nproc) 94 make -j$(nproc) all 106 make -j$(nproc) [all …]
|
/external/toybox/toys/other/ |
D | taskset.c | 6 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN)) 8 config NPROC 9 bool "nproc" 12 usage: nproc [--all] 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/oss-fuzz/projects/libvips/ |
D | build.sh | 24 make -j$(nproc) all 36 make -j$(nproc) 57 make -j$(nproc) 71 make -j$(nproc) 78 make -j$(nproc) 90 make -j$(nproc) 113 make -j$(nproc) 126 make -j$(nproc) 137 make -j$(nproc) CCLD=$CXX
|
/external/oss-fuzz/projects/gnutls/ |
D | build.sh | 28 make -j$(nproc) 35 make -j$(nproc) 47 make -j$(nproc) 54 make -j$(nproc) 65 ( make -j$(nproc) || make -j$(nproc) ) && make install 87 make -j$(nproc) -C gl 88 make -j$(nproc) -C lib
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_cgroup_storage.c | 44 int cpu, nproc; in main() local 46 nproc = get_nprocs_conf(); in main() 47 percpu_value = malloc(sizeof(*percpu_value) * nproc); in main() 49 printf("Not enough memory for per-cpu area (%d cpus)\n", nproc); in main() 110 for (cpu = 0; cpu < nproc; cpu++) in main() 159 for (cpu = 0; cpu < nproc; cpu++) in main() 168 for (cpu = 0; cpu < nproc; cpu++) in main() 171 if (value != nproc * 1000 + 6) { in main()
|
/external/oss-fuzz/projects/karchive/ |
D | build.sh | 22 make install -j$(nproc) 28 make install -j$(nproc) 51 make install -j$(nproc) 57 make install -j$(nproc) 66 sed -i -e "s/MAKE\")/MAKE\" -j$(nproc))/g" configure 72 make sub-corelib sub-rcc -j$(nproc) 78 make install -j$(nproc)
|
/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()
|
/external/oss-fuzz/projects/tor/ |
D | build.sh | 26 make -j$(nproc) clean 27 make -j$(nproc) all 43 make -j$(nproc) LDCMD="$CXX $CXXFLAGS" 49 make -j$(nproc) clean 50 make -j$(nproc) all 69 make -j$(nproc) oss-fuzz-fuzzers
|
/external/oss-fuzz/projects/knot-dns/ |
D | build.sh | 32 make -j$(nproc) 45 ( make -j$(nproc) || make -j$(nproc) ) && make install 56 make -j$(nproc) 60 make -j$(nproc) 70 make -j$(nproc)
|
/external/ltp/lib/newlib_tests/ |
D | tst_safe_fileops.c | 12 long nproc; in do_test() local 16 if (FILE_LINES_SCANF("/proc/stat", "processes %ld", &nproc)) in do_test() 18 tst_res(TPASS, "Free: %ld, nproc: %ld", free, nproc); in do_test()
|