Searched refs:pqInit (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Dpriorityq-sort.h45 #undef pqInit
68 * repeatedly, then calling pqInit. In any case pqInit must be called
74 #define pqInit(pq) __gl_pqSortInit(pq) macro
109 int pqInit( PriorityQ *pq );
H A Dpriorityq.h45 #undef pqInit
68 * repeatedly, then calling pqInit. In any case pqInit must be called
74 #define pqInit(pq) __gl_pqSortInit(pq) macro
109 int pqInit( PriorityQ *pq );
H A Dpriorityq-heap.h54 * repeatedly, then calling pqInit. In any case pqInit must be called
60 #define pqInit(pq) __gl_pqHeapInit(pq) macro
98 void pqInit( PriorityQ *pq );
H A Dpriorityq-heap.c149 void pqInit( PriorityQ *pq ) function in typeref:typename:void
H A Dpriorityq.c92 int pqInit( PriorityQ *pq ) function in typeref:typename:int
H A Dsweep.c1259 if (v != vHead || !pqInit( pq ) ) { /* __gl_pqSortInit */

Completed in 7 milliseconds