| /external/ceres-solver/internal/ceres/ |
| covariance_impl.cc | 82 evaluate_options_.num_threads = options.num_threads; 522 const int num_threads = options_.num_threads; local 523 scoped_array<double> workspace(new double[num_threads * num_cols]); 525 #pragma omp parallel for num_threads(num_threads) schedule(dynamic) 711 const int num_threads = options_.num_threads; local 712 scoped_array<double> workspace(new double[num_threads * num_cols]) [all...] |
| system_test.cc | 76 num_threads(1) { 88 num_threads(1) { 99 num_threads); 106 int num_threads; member in struct:ceres::internal::SolverConfig 141 options.num_threads = config.num_threads; 142 options.num_linear_solver_threads = config.num_threads; 548 configs[i].num_threads = 2;
|
| /external/libyuv/files/util/ |
| psnr_main.cc | 64 int num_threads = 0; variable 180 num_threads = atoi(argv[++c]); // NOLINT 318 if (num_threads) { 319 omp_set_num_threads(num_threads);
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| evergreen_compute.c | 580 int num_threads; local 592 num_threads = 128; 596 num_threads = 128; 600 num_threads = 128; 605 num_threads = 128; 609 num_threads = 128; 613 num_threads = 128; 617 num_threads = 128; 621 num_threads = 128; 625 num_threads = 128 [all...] |
| /external/autotest/client/tests/cyclictest/src/ |
| cyclictest.c | 395 static int num_threads = 1; variable 448 case 't': num_threads = atoi(optarg); break; 460 if (num_threads < 1) 549 par = calloc(num_threads, sizeof(struct thread_param)); 552 stat = calloc(num_threads, sizeof(struct thread_stat)); 556 for (i = 0; i < num_threads; i++) { 594 for (i = 0; i < num_threads; i++) { 604 printf("\033[%dA", num_threads + 2); 612 for (i = 0; i < num_threads; i++) {
|
| /external/ceres-solver/include/ceres/ |
| solver.h | 83 num_threads = 1; 345 int num_threads; member in struct:ceres::Solver::Options 591 // Solver::Options::num_threads to the maximum number possible is [all...] |
| /external/fio/t/ |
| dedupe.c | 68 static unsigned int num_threads; variable 349 for (i = 0; i < num_threads; i++) { 388 threads = malloc(num_threads * sizeof(struct worker_thread)); 389 for (i = 0; i < num_threads; i++) { 405 for (i = 0; i < num_threads; i++) { 412 printf("Threads(%u): %lu items processed\n", num_threads, nitems); 458 printf("Will check <%s>, size <%llu>, using %u threads\n", filename, (unsigned long long) dev_size, num_threads); 548 num_threads = atoi(optarg); 574 if (!num_threads) 575 num_threads = cpus_online() [all...] |
| /external/opencv/cv/src/ |
| cvtemplmatch.cpp | 52 int k, num_threads = 0; local 134 num_threads = cvGetNumThreads(); 136 for( k = 0; k < num_threads; k++ ) 151 for( k = 0; k < num_threads; k++ ) 193 #pragma omp parallel for num_threads(num_threads) schedule(dynamic) 299 for( k = 0; k < num_threads; k++ )
|
| /system/core/toolbox/ |
| top.c | 72 int num_threads; member in struct:proc_info 272 proc->num_threads = 0; 309 proc->num_threads++; 493 proc->delta_time * 100 / total_delta_time, proc->state, proc->num_threads, 571 return -numcmp(pa->num_threads, pb->num_threads);
|
| /system/netd/tests/ |
| netd_test.cpp | 366 void RunGetAddrInfoStressTest_Binder(unsigned num_hosts, unsigned num_threads, 378 std::vector<std::thread> threads(num_threads); 406 ALOGI("%u hosts, %u threads, %u queries, %Es", num_hosts, num_threads, num_queries, 736 const unsigned num_threads = 100; local 738 ASSERT_NO_FATAL_FAILURE(RunGetAddrInfoStressTest_Binder(num_hosts, num_threads, num_queries)); 743 const unsigned num_threads = 100; local 745 ASSERT_NO_FATAL_FAILURE(RunGetAddrInfoStressTest_Binder(num_hosts, num_threads, num_queries));
|
| /external/google-breakpad/src/client/linux/minidump_writer/ |
| minidump_writer.cc | 291 const unsigned num_threads = dumper_->threads().size(); local 294 if (!list.AllocateObjectAndArray(num_threads, sizeof(MDRawThread))) 300 *list.get() = num_threads; 309 const unsigned estimated_total_stack_size = num_threads * 317 for (unsigned i = 0; i < num_threads; ++i) { [all...] |
| /external/google-breakpad/src/tools/linux/md2core/ |
| minidump-2-core.cc | 398 const uint32_t num_threads = *range.GetData<uint32_t>(0); local 404 num_threads); 406 for (unsigned i = 0; i < num_threads; ++i) { [all...] |
| /external/valgrind/drd/tests/ |
| tsan_thread_wrappers_pthread.h | 524 int num_threads() { return workers_.size();} function in class:ThreadPool
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
| vp9_decodeframe.c | 678 const int num_threads = pbi->oxcf.max_threads; local 716 if (num_threads > 1) { [all...] |
| /external/autotest/client/tests/aiostress/ |
| aio-stress.c | 100 int num_threads = 1; variable 994 int setup_shared_mem(int num_threads, int num_files, int depth, 1002 total_ram = num_files * depth * padded_reclen + num_threads; 1069 for (i = 0 ; i < num_threads ; i++) { 1106 if (num_threads > 1) { 1109 if (threads_starting == num_threads) { 1114 while (threads_starting != num_threads) 1178 if (num_threads > 1) { 1181 if (threads_ending == num_threads) { 1186 while(threads_ending != num_threads) [all...] |
| /external/libchrome/base/trace_event/ |
| trace_event_unittest.cc | 869 int num_threads, 893 for (int thread = 0; thread < num_threads; thread++) { 1538 const int num_threads = 4; local [all...] |
| /external/libvpx/libvpx/vp9/decoder/ |
| vp9_decodeframe.c | 1645 const int num_threads = pbi->max_threads; local [all...] |
| /external/libxml2/ |
| runtest.c | 4016 unsigned int num_threads = sizeof(testfiles) \/ sizeof(testfiles[0]); local 4081 unsigned int num_threads = sizeof(testfiles) \/ sizeof(testfiles[0]); local 4134 unsigned int num_threads = sizeof(testfiles) \/ sizeof(testfiles[0]); local [all...] |
| /art/runtime/gc/ |
| heap.cc | 964 const size_t num_threads = std::max(parallel_gc_threads_, conc_gc_threads_); local [all...] |