/third_party/boost/libs/mpi/src/ |
D | offsets.cpp | 59 int nproc = comm.size(); in make_offsets() local 60 int* offsets = new int[nproc]; in make_offsets() 62 sizes2offsets(sizes, offsets, nproc); in make_offsets() 83 int nproc = comm.size(); in make_skipped_slots() local 84 int* skipped = new int[nproc]; in make_skipped_slots() 85 std::copy(displs, displs+nproc, skipped); in make_skipped_slots() 86 offsets2skipped(sizes, displs, skipped, nproc); in make_skipped_slots()
|
/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/libpsl/contrib/ |
D | mingw | 32 make -j$(nproc) 47 make -j$(nproc) 56 make -j$(nproc) 57 make check -j$(nproc) LOG_COMPILER=wine
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | extconf.rb | 58 nproc = 4 59 nproc = Etc.nprocessors * 2 if Etc.respond_to? :nprocessors 61 system("#{make} -j#{nproc} -C #{grpc_root} #{grpc_lib_dir}/libgrpc.a CONFIG=#{grpc_config} Q=")
|
/third_party/boost/boost/mpi/collectives/ |
D | all_gather.hpp | 50 int nproc = comm.size(); in all_gather_impl() local 57 std::vector<int> oasizes(nproc); in all_gather_impl() 67 std::vector<int> offsets(nproc); in all_gather_impl() 74 for (int src = 0; src < nproc; ++src) { in all_gather_impl()
|
D | scatterv.hpp | 67 int nproc = comm.size(); in scatterv_impl() local 71 archsizes.resize(nproc); in scatterv_impl() 74 skipped.resize(nproc); in scatterv_impl() 75 offsets2skipped(sizes, displs, c_data(skipped), nproc); in scatterv_impl()
|
D | gather.hpp | 61 int nproc = comm.size(); in gather_impl() local 69 std::vector<int> oasizes(is_root ? nproc : 0); in gather_impl() 87 for (int src = 0; src < nproc; ++src) { in gather_impl()
|
D | scatter.hpp | 65 int nproc = comm.size(); in fill_scatter_sendbuf() local 66 archsizes.resize(nproc); in fill_scatter_sendbuf() 68 for (int dest = 0; dest < nproc; ++dest) { in fill_scatter_sendbuf()
|
/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/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/libpng/contrib/oss-fuzz/ |
D | build.sh | 37 make -j$(nproc) clean 38 make -j$(nproc) libpng16.la
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
D | build.sh | 37 make -j$(nproc) clean 38 make -j$(nproc) libpng16.la
|
/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/flutter/skia/third_party/externals/sdl/build-scripts/ |
D | naclbuild.sh | 31 if [ -n `which nproc` ]; then 32 NCPUS=`nproc`
|
D | androidbuild.sh | 61 if [ -n `which nproc` ]; then 62 NCPUS=`nproc`
|
/third_party/grpc/tools/distrib/ |
D | check_pytype.sh | 16 JOBS=$(nproc) || JOBS=4
|
/third_party/libpsl/fuzz/ |
D | README.md | 25 make -j$(nproc) 39 $ make -j$(nproc) clean all
|
/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/skia/third_party/externals/brotli/c/fuzz/ |
D | test_fuzzer.sh | 17 make -j$(nproc) brotlidec-static
|