/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() 107 const int nproc = atoi(av[1]); in main() local 108 if (nproc <= 1) in main() [all …]
|
/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() 107 const int nproc = atoi(av[1]); in main() local 108 if (nproc <= 1) in main() [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() 107 const int nproc = atoi(av[1]); in main() local 108 if (nproc <= 1) in main() [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/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/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/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/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/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/oss-fuzz/projects/kimageformats/ |
D | build.sh | 21 make install -j$(nproc) 26 make install -j$(nproc) 31 make install -j$(nproc) 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) 73 make install -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/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/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/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()
|
D | test_netcnt.c | 45 int cpu, nproc; in main() local 48 nproc = get_nprocs_conf(); in main() 49 percpu_netcnt = malloc(sizeof(*percpu_netcnt) * nproc); in main() 51 printf("Not enough memory for per-cpu area (%d cpus)\n", nproc); in main() 127 for (cpu = 0; cpu < nproc; cpu++) { in 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/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/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/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/oss-fuzz/projects/libpsl/ |
D | build.sh | 33 make -j$(nproc) 40 make -j$(nproc) 48 make -j$(nproc) check 55 make -j$(nproc) 85 make -j$(nproc) 86 make -j$(nproc) check
|
/external/swiftshader/tests/kokoro/gcp_ubuntu/ |
D | continuous.sh | 38 cmake --build . -- -j $(nproc) 52 cmake --build . --target ReactorUnitTests -- -j $(nproc) 60 cmake --build . --target ReactorUnitTests -- -j $(nproc) 68 cmake --build . --target ReactorUnitTests -- -j $(nproc) 75 cmake --build . --target ReactorUnitTests -- -j $(nproc)
|
/external/oss-fuzz/projects/relic/ |
D | build.sh | 43 make -j$(nproc) 56 make -j$(nproc) 74 make -B -j$(nproc) 76 make -B -j$(nproc) 78 make -B -j$(nproc)
|