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

/xsrc/external/mit/glu/dist/src/libtess/
H A Dpriorityq-heap.c100 PQhandle hCurr, hChild; local in function:FloatDown
103 hCurr = n[curr].handle;
114 if( child > pq->size || LEQ( h[hCurr].key, h[hChild].key )) {
115 n[curr].handle = hCurr;
116 h[hCurr].node = curr;
130 PQhandle hCurr, hParent; local in function:FloatUp
133 hCurr = n[curr].handle;
137 if( parent == 0 || LEQ( h[hParent].key, h[hCurr].key )) {
138 n[curr].handle = hCurr;
139 h[hCurr]
234 pqDelete(PriorityQ * pq,PQhandle hCurr) argument
[all...]

Completed in 1 milliseconds