Searched defs:PQkey (Results 1 - 3 of 3) sorted by relevance

/external/skia/third_party/glu/libtess/
H A Dpriorityq-sort.h47 #undef PQkey macro
61 #define PQkey PQSortKey macro
100 typedef PQHeapKey PQkey; typedef
106 PQkey *keys;
107 PQkey **order;
110 int (*leq)(PQkey key1, PQkey key2);
113 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
117 PQhandle pqInsert( PriorityQ *pq, PQkey ke
[all...]
H A Dpriorityq.h47 #undef PQkey macro
61 #define PQkey PQSortKey macro
100 typedef PQHeapKey PQkey; typedef
106 PQkey *keys;
107 PQkey **order;
110 int (*leq)(PQkey key1, PQkey key2);
113 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
117 PQhandle pqInsert( PriorityQ *pq, PQkey ke
[all...]
H A Dpriorityq-heap.h47 #define PQkey PQHeapKey macro
86 typedef void *PQkey; typedef
91 typedef struct { PQkey key; PQhandle node; } PQhandleElem;
99 int (*leq)(PQkey key1, PQkey key2);
102 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) );
106 PQhandle pqInsert( PriorityQ *pq, PQkey key );
107 PQkey pqExtractMin( PriorityQ *pq );

Completed in 316 milliseconds