Home
last modified time | relevance | path

Searched refs:PQueue_pop (Results 1 – 7 of 7) sorted by relevance

/dports/biology/exonerate/exonerate-2.4.0/src/bsdp/
H A Dbsdp.c280 prev = PQueue_pop(pqueue); in BSDP_Potential_submit_queue()
381 bsdp_edge = PQueue_pop(bsdp_node->edge.pqueue); in BSDP_Node_top_partial()
393 bsdp_edge = PQueue_pop(bsdp_node->edge.pqueue); in BSDP_Node_top_partial()
469 bsdp_potential = PQueue_pop(pqueue); in BSDP_initialise_remove_tiebreakers()
477 bsdp_potential = PQueue_pop(pqueue); in BSDP_initialise_remove_tiebreakers()
488 while((bsdp_potential = PQueue_pop(pqueue))){ in BSDP_initialise_filter()
573 bsdp_edge = PQueue_pop(bsdp_node->edge.pqueue); in BSDP_path_validate_recur()
618 bsdp_node = PQueue_pop(bsdp->node_pqueue); in BSDP_path_validate()
793 bsdp_edge = PQueue_pop(bsdp_node->edge.pqueue); in BSDP_path_extract()
/dports/biology/exonerate/exonerate-2.4.0/src/struct/
H A Dpqueue.h61 gpointer PQueue_pop(PQueue *pq);
H A Dpqueue.c178 gpointer PQueue_pop(PQueue *pq){ in PQueue_pop() function
211 return PQueue_pop(pq); in PQueue_remove()
H A Dpqueue.test.c94 dn = PQueue_pop(pq); in main()
/dports/biology/exonerate/exonerate-2.4.0/src/general/
H A Djobqueue.c39 task = PQueue_pop(jq->pq); in JobQueue_thread_func()
/dports/biology/exonerate/exonerate-2.4.0/src/hub/
H A Dgam.c289 gsr = PQueue_pop(gqr->pq); in GAM_QueryResult_submit()
299 gsr = PQueue_pop(gqr->pq); in GAM_QueryResult_submit()
/dports/biology/exonerate/exonerate-2.4.0/src/comparison/
H A Dhspset.c907 hsp = PQueue_pop(pq); in HSP_store()
1138 hsp = PQueue_pop(pq); in HSPset_finalise()