Searched defs:pqInit (Results 1 - 5 of 5) sorted by relevance

/external/skia/third_party/glu/libtess/
H A Dpriorityq-sort.h52 #undef pqInit macro
75 * repeatedly, then calling pqInit. In any case pqInit must be called
81 #define pqInit(pq) __gl_pqSortInit(pq) macro
116 int pqInit( PriorityQ *pq );
H A Dpriorityq.h52 #undef pqInit macro
75 * repeatedly, then calling pqInit. In any case pqInit must be called
81 #define pqInit(pq) __gl_pqSortInit(pq) macro
116 int pqInit( PriorityQ *pq );
H A Dpriorityq-heap.c153 void pqInit( PriorityQ *pq ) function
H A Dpriorityq-heap.h61 * repeatedly, then calling pqInit. In any case pqInit must be called
67 #define pqInit(pq) __gl_pqHeapInit(pq) macro
105 void pqInit( PriorityQ *pq );
H A Dpriorityq.c98 int pqInit( PriorityQ *pq ) function

Completed in 83 milliseconds