HomeSort by relevance Sort by last modified time
    Searched refs:max_threads (Results 26 - 50 of 56) sorted by null

12 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 249 def run_throughput_tests(max_threads):
256 while nthreads <= max_threads:
380 def run_latency_tests(max_threads):
386 while nthreads <= max_threads:
507 def run_bandwidth_tests(max_threads):
514 while nthreads <= max_threads:
  /external/python/cpython2/Tools/ccbench/
ccbench.py 249 def run_throughput_tests(max_threads):
256 while nthreads <= max_threads:
380 def run_latency_tests(max_threads):
386 while nthreads <= max_threads:
507 def run_bandwidth_tests(max_threads):
514 while nthreads <= max_threads:
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 80 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
sanitizer_thread_registry.cc 90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
93 max_threads_(max_threads),
  /system/extras/memory_replay/tests/
ThreadsTest.cpp 116 for (size_t i = 0; i <= threads.max_threads(); i++) {
  /external/gemmlowp/meta/
multi_thread_gemm.h 60 const int max_threads = ResolveMaxThreads(context->max_num_threads()); local
69 std::min(max_threads, std::min(max_tasks_by_size, max_tasks_dimension)));
  /external/libchrome/base/threading/
sequenced_worker_pool.cc 295 Inner(SequencedWorkerPool* worker_pool, size_t max_threads,
557 size_t max_threads,
564 max_threads_(max_threads),
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 316 static void set_max_threads(uint32_t max_threads) {
317 max_threads_ = max_threads;
319 static uint32_t max_threads() { return max_threads_; } function in class:google_breakpad::MinidumpThreadList
    [all...]
  /external/v8/tools/
stats-viewer.py 430 self.max_threads = data.IntAt(12)
432 self._HEADER_SIZE + self.max_threads * (self._THREAD_NAME_SIZE + 2 * 4)
447 value_offset = self.counter_values_offset + i * self.max_threads * 4
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_state.c 140 vs->thread4.max_threads = CLAMP(brw->urb.nr_vs_entries / 2,
brw_state_dump.c 133 vs->thread4.max_threads + 1);
148 gs->thread4.max_threads + 1);
163 clip->thread4.max_threads + 1);
182 sf->thread4.max_threads + 1);
205 wm->wm5.max_threads + 1);
brw_sf_state.c 176 sf->thread4.max_threads = MIN2(chipset_max_threads,
brw_wm_state.c 184 wm->wm5.max_threads = devinfo->max_wm_threads - 1;
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 717 int max_threads = cvGetNumThreads(); local
718 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
885 int i, max_threads = 0; local
942 max_threads = cvGetNumThreads();
943 if( max_threads > 1 )
944 for( i = 0; i < max_threads; i++ )
    [all...]
cvhaar.cpp 518 int max_threads = cvGetNumThreads(); local
519 #pragma omp parallel for num_threads(max_threads) schedule(dynamic)
869 int i, max_threads = 0; local
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark_api.h 638 // Pick a set of values T from [min_threads,max_threads].
639 // min_threads and max_threads are always included in T. Run this
650 Benchmark* ThreadRange(int min_threads, int max_threads);
653 // min_threads and max_threads are always included in the range.
656 Benchmark* DenseThreadRange(int min_threads, int max_threads, int stride = 1);
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 583 // Pick a set of values T from [min_threads,max_threads].
584 // min_threads and max_threads are always included in T. Run this
595 Benchmark* ThreadRange(int min_threads, int max_threads);
598 // min_threads and max_threads are always included in the range.
601 Benchmark* DenseThreadRange(int min_threads, int max_threads, int stride = 1);
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 455 fb->pbi[0]->max_threads = oxcf->max_threads;
threading.c 598 core_count = (pbi->max_threads > 8) ? 8 : pbi->max_threads;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 84 allocated_workers = VPXMIN(cpi->oxcf.max_threads, max_tile_cols);
167 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols);
431 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1);
587 int num_workers = VPXMAX(cpi->oxcf.max_threads, 1);
vp9_encoder.h 249 int max_threads; member in struct:VP9EncoderConfig
  /external/mesa3d/src/intel/vulkan/
anv_allocator.c 958 uint32_t max_threads[] = { local
967 uint32_t size = per_thread_scratch * max_threads[stage];
  /system/update_engine/payload_generator/
delta_diff_utils.cc 331 size_t max_threads = GetMaxThreads(); local
333 max_threads);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 309 oxcf.max_threads = ctx->cfg.threads;

Completed in 1646 milliseconds

12 3