Home
last modified time | relevance | path

Searched refs:pop_list (Results 1 – 25 of 137) sorted by relevance

123456

/dports/science/smoldyn/smoldyn-2.67/source/BioNetGen/Perl2/
H A DPopulationList.pm37 my $pop_list = shift;
46 ($err,$pop) = Population::newPopulation( $string, $model, scalar @{$pop_list->List} );
56 if ( exists $pop_list->MapSpecies->{$species_label} )
63 if ( exists $pop_list->MapPopulations->{$population_label} )
70 push @{$pop_list->List}, $pop;
71 $pop_list->MapSpecies->{$species_label} = $population_label;
72 $pop_list->MapPopulations->{$population_label} = $species_label;
88 my $pop_list = shift;
89 return scalar @{$pop_list->List};
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dconcurrent_priority_queue.h330 cpq_operation *tmp, *pop_list=NULL; in handle_operations() local
359 itt_hide_store_word(tmp->next, pop_list); in handle_operations()
360 pop_list = tmp; in handle_operations()
379 while (pop_list) { in handle_operations()
380 tmp = pop_list; in handle_operations()
381 pop_list = itt_hide_load_word(pop_list->next); in handle_operations()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dconcurrent_priority_queue.h355 cpq_operation *tmp, *pop_list=NULL;
384 itt_hide_store_word(tmp->next, pop_list);
385 pop_list = tmp;
404 while (pop_list) {
405 tmp = pop_list;
406 pop_list = itt_hide_load_word(pop_list->next);
/dports/security/samhain/samhain-4.4.3/include/
H A Dsh_fifo.h69 char * pop_list (SH_FIFO * fifo);
70 #define sh_fifo_pop(a) pop_list((a))
/dports/security/samhain-server/samhain-4.4.3/include/
H A Dsh_fifo.h69 char * pop_list (SH_FIFO * fifo);
70 #define sh_fifo_pop(a) pop_list((a))
/dports/security/samhain-client/samhain-4.4.3/include/
H A Dsh_fifo.h69 char * pop_list (SH_FIFO * fifo);
70 #define sh_fifo_pop(a) pop_list((a))
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dconcurrent_priority_queue.h389 cpq_operation *tmp, *pop_list=NULL;
418 itt_hide_store_word(tmp->next, pop_list);
419 pop_list = tmp;
438 while (pop_list) {
439 tmp = pop_list;
440 pop_list = itt_hide_load_word(pop_list->next);
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dconcurrent_priority_queue.h389 cpq_operation *tmp, *pop_list=NULL;
418 itt_hide_store_word(tmp->next, pop_list);
419 pop_list = tmp;
438 while (pop_list) {
439 tmp = pop_list;
440 pop_list = itt_hide_load_word(pop_list->next);
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dconcurrent_priority_queue.h389 cpq_operation *tmp, *pop_list=NULL;
418 itt_hide_store_word(tmp->next, pop_list);
419 pop_list = tmp;
438 while (pop_list) {
439 tmp = pop_list;
440 pop_list = itt_hide_load_word(pop_list->next);
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h255 cpq_operation* tmp, *pop_list = nullptr; in handle_operations() local
285 tmp->next.store(pop_list, std::memory_order_relaxed); in handle_operations()
286 pop_list = tmp; in handle_operations()
311 while(pop_list) { in handle_operations()
312 tmp = pop_list; in handle_operations()
313 pop_list = pop_list->next.load(std::memory_order_relaxed); in handle_operations()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSimplify.cpp114 pop_list.push_back(v); in learn_false()
120 pop_list.push_back(v); in learn_false()
197 pop_list.push_back(v); in learn_true()
208 pop_list.push_back(v); in learn_true()
299 for (auto v : pop_list) { in ~ScopedFact()
/dports/biology/py-biopython/biopython-1.79/Bio/PopGen/GenePop/
H A D__init__.py82 record.pop_list.append(pop[-1][0])
136 self.pop_list = []
/dports/devel/libslang2/slang-2.3.2/src/
H A Dsllist.c263 static int pop_list (SLang_List_Type **list) in pop_list() function
527 if (-1 == pop_list (listp)) in pop_insert_append_args()
664 if (-1 == pop_list (&list)) in list_pop()
757 if (-1 == pop_list (&list)) in list_to_array()
961 if (-1 == pop_list (&c->list)) in cl_foreach_open()
1006 if (-1 == pop_list (&list)) in pop_list_and_index()
1335 return pop_list (list); in SLang_pop_list()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dra-colorize.c150 pop_list (struct dlist **list) in pop_list() function
232 while ((d = pop_list (&WEBS(SPILLED))) != NULL) in reset_lists()
234 while ((d = pop_list (&WEBS(COLORED))) != NULL) in reset_lists()
452 d = pop_list (&WEBS(SIMPLIFY)); in simplify()
454 d = pop_list (&WEBS(SIMPLIFY_FAT)); in simplify()
456 d = pop_list (&WEBS(SIMPLIFY_SPILL)); in simplify()
825 struct dlist *d = pop_list (&mv_worklist); in coalesce()
902 struct dlist *d = pop_list (&WEBS(FREEZE)); in freeze()
1631 d = pop_list (&WEBS(SELECT)); in assign_colors()
2314 d = pop_list (&WEBS(SELECT)); in break_coalesced_spills()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dra-colorize.c150 pop_list (struct dlist **list)
232 while ((d = pop_list (&WEBS(SPILLED))) != NULL)
234 while ((d = pop_list (&WEBS(COLORED))) != NULL)
452 d = pop_list (&WEBS(SIMPLIFY));
454 d = pop_list (&WEBS(SIMPLIFY_FAT));
456 d = pop_list (&WEBS(SIMPLIFY_SPILL));
825 struct dlist *d = pop_list (&mv_worklist);
902 struct dlist *d = pop_list (&WEBS(FREEZE));
1631 d = pop_list (&WEBS(SELECT));
2314 d = pop_list (&WEBS(SELECT));
[all …]
/dports/math/libnormaliz/normaliz-3.9.0/PyNormaliz/
H A DPyNormaliz.py300 pop_list = []
314 poplist = pop_list + [key]
315 for k in pop_list:
/dports/editors/emacs-devel/emacs-4d1968b/lib-src/
H A Dpop.h54 extern int pop_list (popserver server, int message, int **IDs,
/dports/editors/emacs/emacs-27.2/lib-src/
H A Dpop.h54 extern int pop_list (popserver server, int message, int **IDs,
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/kindle/
H A Ddriver.py153 pop_list = []
179 pop_list.append(id)
181 pop_list.append(id)
184 for id in pop_list:
/dports/mail/p5-POE-Component-Client-POP3/POE-Component-Client-POP3-0.02/samples/
H A Dtest.perl90 pop_list => \&handler_list,
/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dlistener.c73 struct callback_info * info = (struct callback_info *)pop_list(lold); in delete_listener()
/dports/lang/seed7/seed7/src/
H A Dlistutl.h59 void pop_list (listType *list);
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/contrib/DNS-LDNS/t/
H A Drrlist.t31 my $l3 = $list->pop_list(1);
34 $l3 = $list->pop_list(3);
/dports/dns/py-ldns/ldns-1.8.1/contrib/DNS-LDNS/t/
H A Drrlist.t31 my $l3 = $list->pop_list(1);
34 $l3 = $list->pop_list(3);
/dports/mail/qpopper/qpopper4.1.0/popper/
H A DMakefile.in131 pop_last.o pop_list.o pop_log.o pop_lower.o \
144 pop_last.c pop_list.c pop_log.c pop_lower.c \

123456