Searched refs:SWAP (Results 1 – 1 of 1) sorted by relevance
525 #define SWAP(x,y) do { fde * tmp = x; x = y; y = tmp; } while (0) in frame_heapsort() macro540 SWAP (a[i], a[2*i+2]); in frame_heapsort()545 SWAP (a[i], a[2*i+1]); in frame_heapsort()556 SWAP (a[0], a[n]); in frame_heapsort()563 SWAP (a[i], a[2*i+2]); in frame_heapsort()568 SWAP (a[i], a[2*i+1]); in frame_heapsort()575 #undef SWAP in frame_heapsort()
Completed in 5 milliseconds