Searched refs:az (Results 1 – 1 of 1) sorted by relevance
647 #define mnextsize(az) (nextHi[az]-nextLo[az]) argument649 #define mnextswap(az,bz) \ argument651 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \652 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \653 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }