HomeSort by: relevance | last modified time | path
    Searched defs:results (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/
ThreadPoolTest.cpp 20 std::vector<int> results; local
25 executor.add([ &results, i ] { results.push_back(i); });
30 EXPECT_EQ(i, results[i]);
WorkQueueTest.cpp 24 int* results; member in struct:__anon8550::Popper
31 results[result] = result;
94 std::vector<int> results(50, -1);
98 threads.emplace_back(Popper{&queue, results.data(), &mutex});
111 EXPECT_EQ(i, results[i]);
117 std::vector<int> results(100, -1);
121 popperThreads.emplace_back(Popper{&queue, results.data(), &mutex});
146 EXPECT_EQ(i, results[i]);
203 std::vector<int> results(200, -1);
208 popperThreads.emplace_back(Popper{&queue, results.data(), &mutex})
    [all...]
  /src/tests/bin/sh/
t_patterns.sh 157 results() function
225 # CAUTION: Change *any* of this and the expected results from the
534 results
708 results
819 results
t_here.sh 109 results() function
172 results
266 results
298 results
335 results
384 results
448 results
515 results
  /src/crypto/external/apache2/openssl/lib/libcrypto/
rnd_keys.c 68 u_char results[20]; local
88 SHA1Final(results, &sha);
90 memcpy(seed_new, results, sizeof(seed_new));
94 memset(results, 0, sizeof(results));
  /src/crypto/external/apache2/openssl/lib/libdes/
ornd_keys.c 68 u_char results[20]; local
88 SHA1Final(results, &sha);
90 memcpy(seed_new, results, sizeof(seed_new));
94 memset(results, 0, sizeof(results));
  /src/crypto/external/bsd/openssl/lib/libcrypto/
rnd_keys.c 68 u_char results[20]; local
88 SHA1Final(results, &sha);
90 memcpy(seed_new, results, sizeof(seed_new));
94 memset(results, 0, sizeof(results));
  /src/crypto/external/bsd/openssl/lib/libdes/
ornd_keys.c 68 u_char results[20]; local
88 SHA1Final(results, &sha);
90 memcpy(seed_new, results, sizeof(seed_new));
94 memset(results, 0, sizeof(results));
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/
rnd_keys.c 68 u_char results[20]; local
88 SHA1Final(results, &sha);
90 memcpy(seed_new, results, sizeof(seed_new));
94 memset(results, 0, sizeof(results));
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ornd_keys.c 68 u_char results[20]; local
88 SHA1Final(results, &sha);
90 memcpy(seed_new, results, sizeof(seed_new));
94 memset(results, 0, sizeof(results));
  /src/external/apache2/llvm/dist/llvm/utils/
extract-section.py 74 results = [] variable
87 results.append(str(bit))
89 results.append('.')
97 results.append(format_str.format(word))
100 print(' '.join(results), end='')
  /src/external/gpl3/gdb/dist/gdbsupport/
parallel-for.h 71 std::vector<gdb::future<void>> results; local
111 results.push_back (gdb::thread_pool::g_thread_pool->post_task ([=] ()
134 for (auto &fut : results)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
parallel-for.h 71 std::vector<gdb::future<void>> results; local
111 results.push_back (gdb::thread_pool::g_thread_pool->post_task ([=] ()
134 for (auto &fut : results)
  /src/tests/lib/libc/membar/
t_seqlock.c 64 uint64_t results[2]; variable
134 results[result]++;
178 ATF_REQUIRE(results[0] != 0);
179 ATF_REQUIRE_MSG(results[1] == 0,
181 results[0], results[1]);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
statistics.cc 80 std::vector<Run> results; local
88 return results;
184 results.push_back(data);
187 return results;
thread_manager.h 51 GUARDED_BY(GetBenchmarkMutex()) Result results; member in class:benchmark::internal::ThreadManager
benchmark_runner.cc 66 const internal::ThreadManager::Result& results, size_t memory_iterations,
72 report.error_occurred = results.has_error_;
73 report.error_message = results.error_message_;
74 report.report_label = results.report_label_;
76 report.iterations = results.iterations;
81 report.real_accumulated_time = results.manual_time_used;
83 report.real_accumulated_time = results.real_time_used;
85 report.cpu_accumulated_time = results.cpu_time_used;
86 report.complexity_n = results.complexity_n;
90 report.counters = results.counters
116 internal::ThreadManager::Result& results = manager->results; local
189 internal::ThreadManager::Result results; member in struct:benchmark::internal::__anon3652::BenchmarkRunner::IterationResults
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
statistics.cc 81 std::vector<Run> results; local
89 return results;
172 results.push_back(data);
175 return results;
thread_manager.h 53 GUARDED_BY(GetBenchmarkMutex()) Result results; member in class:benchmark::internal::ThreadManager
  /src/external/bsd/kyua-cli/dist/engine/drivers/
scan_action_test.cpp 66 /// The captured results, flattened as "program:test_case:result".
82 /// Callback executed when a test results is found.
176 std::set< std::string > results; local
177 results.insert("/root/dir/prog_0:main:skipped:Count 0:4:10");
178 results.insert("/root/dir/prog_0:main:skipped:Count 1:4:11");
179 results.insert("/root/dir/prog_1:main:skipped:Count 0:4:11");
180 results.insert("/root/dir/prog_1:main:skipped:Count 1:4:12");
181 ATF_REQUIRE(results == hooks._results);
204 std::set< std::string > results; local
205 results.insert("/root/dir/prog_0:main:skipped:Count 0:4:10")
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPConnection.cpp 290 LDAPSearchResults* results= 0; local
293 results = new LDAPSearchResults();
296 res = results->readMessageQueue(msgq);
298 delete results; // memcheck
308 return results;
313 delete results; // memcheck
321 delete results; // memcheck
  /src/external/gpl3/gcc/dist/gcc/
opt-suggestions.cc 50 /* Populate RESULTS with valid completions of options that begin
55 auto_string_vec &results)
77 results.safe_push (concat ("-", candidate, NULL));
89 auto_string_vec results; local
90 get_completions (option_prefix, results);
91 for (unsigned i = 0; i < results.length (); i++)
92 printf ("%s\n", results[i]);
  /src/external/gpl3/gcc.old/dist/gcc/
opt-suggestions.cc 50 /* Populate RESULTS with valid completions of options that begin
55 auto_string_vec &results)
77 results.safe_push (concat ("-", candidate, NULL));
89 auto_string_vec results; local
90 get_completions (option_prefix, results);
91 for (unsigned i = 0; i < results.length (); i++)
92 printf ("%s\n", results[i]);
  /src/external/mpl/bind/dist/tests/dns/
private_test.c 158 const char *results[] = { "Signing with key 12345/RSASHA512", local
176 assert_string_equal(output, results[i]);
192 const char *results[] = { "Creating NSEC3 chain 1 0 1 BEEF", local
213 assert_string_equal(output, results[i]);
  /src/games/boggle/boggle/
mach.c 123 results(void) function

Completed in 44 milliseconds

1 2 3 4