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

/external/skia/third_party/glu/libtess/
H A Dpriorityq-sort.h48 #undef PQhandle macro
62 #define PQhandle PQSortHandle macro
101 typedef PQHeapHandle PQhandle; typedef
108 PQhandle size, max;
117 PQhandle pqInsert( PriorityQ *pq, PQkey key );
119 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq.h48 #undef PQhandle macro
62 #define PQhandle PQSortHandle macro
101 typedef PQHeapHandle PQhandle; typedef
108 PQhandle size, max;
117 PQhandle pqInsert( PriorityQ *pq, PQkey key );
119 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq-heap.h48 #define PQhandle PQHeapHandle macro
87 typedef long PQhandle; typedef
90 typedef struct { PQhandle handle; } PQnode;
91 typedef struct { PQkey key; PQhandle node; } PQhandleElem;
97 PQhandle freeList;
106 PQhandle pqInsert( PriorityQ *pq, PQkey key );
108 void pqDelete( PriorityQ *pq, PQhandle handle );

Completed in 50 milliseconds