Searched refs:UPHEAP_DONE (Results 1 – 1 of 1) sorted by relevance
2237 #define UPHEAP_DONE(p,k) ((p) == (k)) macro2287 #define UPHEAP_DONE(p,k) (!(p)) macro2329 if (UPHEAP_DONE (p, k) || ANHE_at (heap [p]) <= ANHE_at (he)) in upheap()