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

/external/skia/third_party/glu/libtess/
H A Dpriorityq-sort.h56 #undef pqDelete macro
70 * (pqMinimum/pqExtractMin). Deletion is also allowed (pqDelete);
85 #define pqDelete(pq,handle) __gl_pqSortDelete(pq,handle) macro
119 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq.h56 #undef pqDelete macro
70 * (pqMinimum/pqExtractMin). Deletion is also allowed (pqDelete);
85 #define pqDelete(pq,handle) __gl_pqSortDelete(pq,handle) macro
119 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq-heap.c238 void pqDelete( PriorityQ *pq, PQhandle hCurr ) function
H A Dpriorityq-heap.h56 * (pqMinimum/pqExtractMin). Deletion is also allowed (pqDelete);
71 #define pqDelete(pq,handle) __gl_pqHeapDelete(pq,handle) macro
108 void pqDelete( PriorityQ *pq, PQhandle handle );
H A Dpriorityq.c254 void pqDelete( PriorityQ *pq, PQhandle curr ) function

Completed in 811 milliseconds