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

/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
639 Int32 nextD [3]; local
702 nextLo[0] = lo; nextHi[0] = n; nextD[0] = d;
703 nextLo[1] = m; nextHi[1] = hi; nextD[1] = d;
704 nextLo[2] = n+1; nextHi[2] = m-1; nextD[2] = d+1;
713 mpush (nextLo[0], nextHi[0], nextD[0]);
714 mpush (nextLo[1], nextHi[1], nextD[
[all...]

Completed in 168 milliseconds