Home
last modified time | relevance | path

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

/dports/biology/exonerate/exonerate-2.4.0/src/struct/
H A Dpqueue.h58 PQueue_Node *PQueue_push(PQueue *pq, gpointer data);
H A Dpqueue.c110 PQueue_Node *PQueue_push(PQueue *pq, gpointer data){ in PQueue_push() function
144 npqn = PQueue_push(pq, PQueue_remove(pq, pqn)); in PQueue_change()
H A Dpqueue.test.c68 acc[i] = PQueue_push(pq, (gpointer)&data[i]); in main()
/dports/biology/exonerate/exonerate-2.4.0/src/bsdp/
H A Dbsdp.c276 PQueue_push(pqueue, bsdp_potential); in BSDP_Potential_submit_queue()
282 PQueue_push(pqueue, bsdp_potential); in BSDP_Potential_submit_queue()
430 PQueue_push(bsdp_node->edge.pqueue, bsdp_edge); in BSDP_update()
543 PQueue_push(bsdp->node_pqueue, bsdp_node); in BSDP_initialise()
627 PQueue_push(bsdp->node_pqueue, bsdp_node); in BSDP_path_validate()
/dports/biology/exonerate/exonerate-2.4.0/src/general/
H A Djobqueue.c106 PQueue_push(jq->pq, task); in JobQueue_submit()
/dports/biology/exonerate/exonerate-2.4.0/src/comparison/
H A Dhspset.c902 PQueue_push(pq, hsp); in HSP_store()
910 PQueue_push(pq, hsp); in HSP_store()
918 PQueue_push(pq, hsp); in HSP_store()
/dports/biology/exonerate/exonerate-2.4.0/src/hub/
H A Dgam.c259 PQueue_push(gqr->pq, gsr); in GAM_QueryResult_push()
309 PQueue_push(gqr->pq, gsr); in GAM_QueryResult_submit()