/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/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()
|
/third_party/nghttp2/.github/workflows/ |
D | build.yml | 112 make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" 123 make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" 134 make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" 155 make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check 164 make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check 212 make -j"$(nproc)" distcheck \ 223 make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" 224 make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" check 264 make -j$(nproc) install 272 make -j$(nproc) [all …]
|
/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/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/mbedtls/tests/suites/ |
D | test_suite_pem.data | 20 mbedtls_pem_read_buffer:"^":"$":"^\nProc-Type\: 4,ENCRYPTED\nDEK-Info\: DES-EDE3-CBC,00$":"pwd":MBE… 23 mbedtls_pem_read_buffer:"^":"$":"^\nProc-Type\: 4,ENCRYPTED\nDEK-Info\: DES-CBC,00$":"pwd":MBEDTLS_… 26 mbedtls_pem_read_buffer:"^":"$":"^\nProc-Type\: 4,ENCRYPTED\nDEK-Info\: AES-,00$":"pwd":MBEDTLS_ERR… 30 … KEY-----":"-----END EC PRIVATE KEY-----":"-----BEGIN EC PRIVATE KEY-----\nProc-Type\: 4,ENCRYPTED… 34 … KEY-----":"-----END EC PRIVATE KEY-----":"-----BEGIN EC PRIVATE KEY-----\nProc-Type\: 4,ENCRYPTED… 38 … KEY-----":"-----END EC PRIVATE KEY-----":"-----BEGIN EC PRIVATE KEY-----\nProc-Type\: 4,ENCRYPTED…
|
/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/flutter/skia/third_party/externals/spirv-tools/ |
D | .travis.yml | 72 export NPROC=`nproc`; 74 export NPROC=`sysctl -n hw.ncpu`; 76 - if [[ "$BUILD_NDK" != "ON" ]]; then ctest -j${NPROC} --output-on-failure --timeout 300; fi
|
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
D | build.sh | 20 # 1. Build only the library, not the tools (changed "make -j$(nproc) all" to 21 # "make -j$(nproc) libpng16.la"). 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 | 20 # 1. Build only the library, not the tools (changed "make -j$(nproc) all" to 21 # "make -j$(nproc) libpng16.la"). 37 make -j$(nproc) clean 38 make -j$(nproc) libpng16.la
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | run_mongo | 17 NPROC=$2 34 ./mongo.pl reiserfs $DEVICE /testfs reiserfs $NPROC 35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | build_glslang_spirv_tools.sh | 12 NPROC="--parallel $2" 19 cmake --build . --config $PROFILE --target install ${NPROC} 26 cmake --build . --config $PROFILE --target install ${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/libbpf/scripts/ |
D | build-fuzzers.sh | 70 make -C config -j$(nproc) V=1 71 make -C lib -j$(nproc) V=1 72 make -C libelf -j$(nproc) V=1 76 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/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/libjpeg-turbo/fuzz/ |
D | build.sh | 17 make "-j$(nproc)" "--load-average=$(nproc)"
|
/third_party/skia/third_party/externals/freetype/ |
D | .gitlab-ci.yml | 92 make -j$(nproc) && make install 105 make -j$(nproc) && make install 118 make -j$(nproc) && make install
|
/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/skia/third_party/externals/abseil-cpp/ci/ |
D | linux_gcc-latest_libstdcxx_cmake.sh | 61 make -j$(nproc) && \ 62 ctest -j$(nproc) --output-on-failure"
|
D | linux_gcc_alpine_cmake.sh | 60 make -j$(nproc) && \ 61 ctest -j$(nproc) --output-on-failure"
|
/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`
|