Searched refs:PQhandle (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Dpriorityq-heap.h41 #define PQhandle PQHeapHandle macro
80 typedef long PQhandle; typedef in typeref:typename:long
83 typedef struct { PQhandle handle; } PQnode;
84 typedef struct { PQkey key; PQhandle node; } PQhandleElem;
90 PQhandle freeList;
99 PQhandle pqInsert( PriorityQ *pq, PQkey key );
101 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq-sort.h41 #undef PQhandle
55 #define PQhandle PQSortHandle macro
94 typedef PQHeapHandle PQhandle; typedef in typeref:typename:PQHeapHandle
101 PQhandle size, max;
110 PQhandle pqInsert( PriorityQ *pq, PQkey key );
112 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq.h41 #undef PQhandle
55 #define PQhandle PQSortHandle macro
94 typedef PQHeapHandle PQhandle; typedef in typeref:typename:PQHeapHandle
101 PQhandle size, max;
110 PQhandle pqInsert( PriorityQ *pq, PQkey key );
112 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq-heap.c100 PQhandle hCurr, hChild;
130 PQhandle hCurr, hParent;
163 PQhandle pqInsert( PriorityQ *pq, PQkey keyNew )
166 PQhandle free_handle;
215 PQhandle hMin = n[1].handle;
234 void pqDelete( PriorityQ *pq, PQhandle hCurr )
H A Dpriorityq.c174 PQhandle pqInsert( PriorityQ *pq, PQkey keyNew )
248 void pqDelete( PriorityQ *pq, PQhandle curr )

Completed in 4 milliseconds