Home
last modified time | relevance | path

Searched refs:NumIterations (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBenchCon.cpp22 UInt64 NumIterations; member
29 if (NumIterations == 0) in Normalize()
31 Rating /= NumIterations; in Normalize()
32 Usage /= NumIterations; in Normalize()
33 RPU /= NumIterations; in Normalize()
34 NumIterations = 1; in Normalize()
41 NumIterations = (r1.NumIterations + r2.NumIterations) / 2; in SetMid()
105 res.NumIterations++; in PrintResults()
147 info2.UnpackSize *= info2.NumIterations; in SetDecodeResult()
148 info2.PackSize *= info2.NumIterations; in SetDecodeResult()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/gwp_asan/tests/
H A Dthread_contention.cpp19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() argument
25 for (unsigned i = 0; i < NumIterations; ++i) { in asyncTask()
45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() argument
55 Threads.emplace_back(asyncTask, GPA, &StartingGun, NumIterations); in runThreadContentionTest()
66 unsigned NumIterations = 10000; in TEST_F() local
68 runThreadContentionTest(NumThreads, NumIterations, &GPA); in TEST_F()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/dataflow/
H A DDataFlow.cpp78 static size_t NumIterations; variable
121 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
132 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
177 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
179 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
180 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
184 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
185 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/dataflow/
H A DDataFlow.cpp78 static size_t NumIterations; variable
121 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
132 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
177 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
179 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
180 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
184 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
185 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp78 static size_t NumIterations; variable
121 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
132 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
177 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
179 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
180 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
184 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
185 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libfuzzer-sys-0.3.5/libfuzzer/dataflow/
H A DDataFlow.cpp78 static size_t NumIterations; variable
121 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
132 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
177 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
179 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
180 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
184 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
185 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/fuzzer/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libFuzzer/src/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp76 static size_t NumIterations; variable
119 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
128 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
175 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
177 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
178 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
182 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
183 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp78 static size_t NumIterations; variable
121 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
130 for (size_t Iter = 0; Iter < NumIterations; Iter++) in PrintDataFlow()
132 Iter == NumIterations - 1 ? LenOfLastIteration : kNumLabels); in PrintDataFlow()
177 NumIterations = (NumBytesRead + kNumLabels - 1) / kNumLabels; in main()
179 (dfsan_label **)calloc(NumIterations, sizeof(dfsan_label *)); in main()
180 for (size_t Iter = 0; Iter < NumIterations; Iter++) in main()
184 for (size_t Iter = 0; Iter < NumIterations; Iter++) { in main()
185 fprintf(stderr, "INFO: running '%s' %zd/%zd\n", Input, Iter, NumIterations); in main()

12345678910>>...19