Home
last modified time | relevance | path

Searched refs:pq_create (Results 1 – 4 of 4) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.watershed/ram/
H A Ddo_flatarea.c36 struct pq *pq_create(void) in pq_create() function
133 struct pq *up_pq = pq_create(); in do_flatarea()
134 struct pq *down_pq = pq_create(); in do_flatarea()
217 down_pq = pq_create(); in do_flatarea()
302 up_pq = pq_create(); in do_flatarea()
/dports/devel/p5-POE-XS-Queue-Array/POE-XS-Queue-Array-0.006/
H A Dqueue.h16 extern poe_queue *pq_create(void);
H A DArray.xs14 #define pq_new(class) pq_create()
H A Dqueue.c82 pq_create(void) { in pq_create() function