/third_party/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 &
|
/third_party/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()
|
/third_party/skia/third_party/externals/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)
|
/third_party/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()
|
/third_party/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()
|
/third_party/libbpf/scripts/ |
D | build-fuzzers.sh | 71 make -C config -j$(nproc) V=1 72 make -C lib -j$(nproc) V=1 73 make -C libelf -j$(nproc) V=1 77 make -C src -j$(nproc) CFLAGS="-I$(pwd)/elfutils/libelf $CFLAGS" BUILD_STATIC_ONLY=y V=1
|
/third_party/skia/third_party/externals/abseil-cpp/CMake/install_test_project/ |
D | test.sh | 42 make -j $(nproc) 60 make -j $(nproc) 61 ctest -j $(nproc)
|
/third_party/nghttp2/docker/ |
D | Dockerfile | 13 make -j$(nproc) && \ 22 make -j$(nproc) && \ 34 make -j$(nproc) && \ 62 make -j$(nproc) install-strip && \
|
/third_party/skia/third_party/externals/tint/kokoro/linux/ |
D | docker.sh | 122 cmake --build . -- --jobs=$(nproc) 152 cmake --build . -- --jobs=$(nproc) 159 cmake --build . -- --jobs=$(nproc)
|
/third_party/libbpf/ci/managers/ |
D | ubuntu.sh | 17 make -j$((4*$(nproc))) EXTRA_CFLAGS="${EXTRA_CFLAGS}" EXTRA_LDFLAGS="${EXTRA_LDFLAGS}" -C ./src -B … 23 make -j$((4*$(nproc))) -C src OBJDIR=../build DESTDIR=../install install
|
D | debian.sh | 74 …docker_exec make -j$((4*$(nproc))) EXTRA_CFLAGS="${EXTRA_CFLAGS}" EXTRA_LDFLAGS="${EXTRA_LDFLAGS}"… 82 docker_exec make -j$((4*$(nproc))) -C src OBJDIR=../build DESTDIR=../install install
|
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
D | build.sh | 37 make -j$(nproc) clean 38 make -j$(nproc) libpng16.la
|
/third_party/cJSON/fuzzing/ |
D | ossfuzz.sh | 9 make -j$(nproc)
|
/third_party/googletest/ci/ |
D | macos-presubmit.sh | 50 time ctest -j$(nproc) --output-on-failure
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | build_selftests.sh | 33 -j $((4*$(nproc))) > /dev/null
|
/third_party/skia/third_party/externals/brotli/c/fuzz/ |
D | test_fuzzer.sh | 17 make -j$(nproc) brotlidec-static
|
/third_party/jerryscript/tools/ |
D | check-cppcheck.sh | 18 CPPCHECK_JOBS=${CPPCHECK_JOBS:=$(nproc)}
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 89 $nproc = $PROCESSES; 505 mongo_x_process( $nproc ); # run n processes
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/ |
D | build.sh | 19 NUM_CORES=$(nproc)
|
/third_party/spirv-tools/source/wasm/ |
D | build.sh | 19 NUM_CORES=$(nproc)
|
/third_party/skia/third_party/externals/spirv-tools/source/wasm/ |
D | build.sh | 19 NUM_CORES=$(nproc)
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | test_shaders.sh | 9 make -j$(nproc)
|
/third_party/protobuf/ |
D | tests.sh | 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 87 make distcheck -j$(nproc)
|
/third_party/mesa3d/ohos/ |
D | build_mesa3d.py | 35 nproc = multiprocessing.cpu_count() variable
|