Home
last modified time | relevance | path

Searched refs:total_jobs (Results 1 – 25 of 76) sorted by relevance

1234

/dports/biology/cd-hit/cdhit-4.8.1/psi-cd-hit/
H A Dpsi-cd-hit-old.pl86 my $total_jobs = $batch_no_per_node * $num_qsub * $para_no;
87 my $space = ($total_jobs > $restart_seg) ? $total_jobs : $restart_seg;
126 my $total_jobs = $batch_no_per_node * $num_qsub * $para_no;
127 …if ( ($opt_aL_upper_bandi - $i0) < $total_jobs ) { #### seqs left for possible submission < total_…
129 my $space = ($total_jobs > $restart_seg) ? $total_jobs : $restart_seg;
H A Dpsi-cd-hit.pl86 my $total_jobs = $batch_no_per_node * $num_qsub * $para_no;
87 my $space = ($total_jobs > $restart_seg) ? $total_jobs : $restart_seg;
125 my $total_jobs = $batch_no_per_node * $num_qsub * $para_no;
127 …if ( ($opt_aL_upper_bandi - $i0) < $total_jobs ) { #### seqs left for possible submission < total_…
129 my $space = ($total_jobs > $restart_seg) ? $total_jobs : $restart_seg;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dupdate_dashboard_stats.py61 total_jobs = []
62 total_jobs.extend(valid_jobs)
69 total_jobs.extend(valid_jobs)
71 total_jobs = [(j, _GetDiffCommitTimeFromJob(j)) for j in total_jobs]
72 total_jobs = [(j, c) for j, c in total_jobs if c]
74 return total_jobs
159 total_jobs = [j for j in jobs if _IsValidJob(j)]
167 total_jobs.extend([j for j in jobs if _IsValidJob(j)])
173 raise ndb.Return(total_jobs)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dprioritized_dispatcher.cc12 size_t total_jobs) in Limits() argument
13 : total_jobs(total_jobs), reserved_slots(num_priorities) {} in Limits()
109 DCHECK_LE(total, limits.total_jobs) << "sum(reserved_slots) <= total_jobs"; in SetLimits()
110 size_t spare = limits.total_jobs - total; in SetLimits()
H A Dprioritized_dispatcher.h42 Limits(Priority num_priorities, size_t total_jobs);
47 size_t total_jobs; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dprioritized_dispatcher.cc12 size_t total_jobs) in Limits() argument
13 : total_jobs(total_jobs), reserved_slots(num_priorities) {} in Limits()
108 DCHECK_LE(total, limits.total_jobs) << "sum(reserved_slots) <= total_jobs"; in SetLimits()
109 size_t spare = limits.total_jobs - total; in SetLimits()
H A Dprioritized_dispatcher.h41 Limits(Priority num_priorities, size_t total_jobs);
46 size_t total_jobs; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_multi_thread.c75 int jobs_per_tile_col, total_jobs; in vp9_row_mt_mem_alloc() local
81 total_jobs = jobs_per_tile_col * tile_cols; in vp9_row_mt_mem_alloc()
88 (JobQueue *)vpx_memalign(32, total_jobs * sizeof(JobQueue)); in vp9_row_mt_mem_alloc()
234 int job_row_num, jobs_per_tile, jobs_per_tile_col = 0, total_jobs; in vp9_prepare_job_queue() local
247 total_jobs = jobs_per_tile_col * tile_cols; in vp9_prepare_job_queue()
251 memset(job_queue, 0, total_jobs * sizeof(JobQueue)); in vp9_prepare_job_queue()
/dports/devel/gearmand/gearmand-1.0.6/benchmark/
H A Dbenchmark.h70 uint64_t total_jobs; member
79 total_jobs(0), in gearman_benchmark_st()
H A Dbenchmark.cc60 benchmark->total_jobs+= benchmark->jobs; in benchmark_check_time()
68 (uint64_t(benchmark->total_jobs) * 1000000) / in benchmark_check_time()
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DLoader.h172 #define LDR_CHECK_TIMEOUT(completed_jobs, total_jobs)\ argument
175 size_t progress_percent = ((completed_jobs)*100 / (total_jobs));\
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/test/
H A Dns_loader.cpp170 unsigned total_jobs = x_GetTotalJobs(args); in Run() local
182 while (total_jobs > 0) { in Run()
211 --total_jobs; in Run()
/dports/databases/libgda5/libgda-5.2.10/tests/multi-threading/
H A Dcheck_wrapper.c130 gint total_jobs = 0; in main_thread_func() local
169 total_jobs ++; in main_thread_func()
194 total_jobs += 2*NCALLS; in main_thread_func()
537 gint total_jobs = 0; in t2_main_thread_func() local
595 total_jobs ++; in t2_main_thread_func()
600 total_jobs += NCALLS; in t2_main_thread_func()
658 total_jobs ++; in t2_main_thread_func()
/dports/databases/libgda5-ui/libgda-5.2.10/tests/multi-threading/
H A Dcheck_wrapper.c130 gint total_jobs = 0;
169 total_jobs ++;
194 total_jobs += 2*NCALLS;
537 gint total_jobs = 0;
595 total_jobs ++;
600 total_jobs += NCALLS;
658 total_jobs ++;
/dports/databases/libgda5-mysql/libgda-5.2.10/tests/multi-threading/
H A Dcheck_wrapper.c130 gint total_jobs = 0; in main_thread_func() local
169 total_jobs ++; in main_thread_func()
194 total_jobs += 2*NCALLS; in main_thread_func()
537 gint total_jobs = 0; in t2_main_thread_func() local
595 total_jobs ++; in t2_main_thread_func()
600 total_jobs += NCALLS; in t2_main_thread_func()
658 total_jobs ++; in t2_main_thread_func()
/dports/databases/libgda5-postgresql/libgda-5.2.10/tests/multi-threading/
H A Dcheck_wrapper.c130 gint total_jobs = 0; in main_thread_func() local
169 total_jobs ++; in main_thread_func()
194 total_jobs += 2*NCALLS; in main_thread_func()
537 gint total_jobs = 0; in t2_main_thread_func() local
595 total_jobs ++; in t2_main_thread_func()
600 total_jobs += NCALLS; in t2_main_thread_func()
658 total_jobs ++; in t2_main_thread_func()
/dports/databases/libgda5-ldap/libgda-5.2.10/tests/multi-threading/
H A Dcheck_wrapper.c130 gint total_jobs = 0;
169 total_jobs ++; in anyenum_out()
194 total_jobs += 2*NCALLS;
537 gint total_jobs = 0;
595 total_jobs ++;
600 total_jobs += NCALLS;
658 total_jobs ++;

1234