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

/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c98 Int32 unLo, unHi, ltLo, gtHi, n, m; local
133 unHi = gtHi = hi;
137 if (unLo > unHi) break;
148 if (unLo > unHi) break;
149 n = (Int32)eclass[fmap[unHi]] - (Int32)med;
151 fswap(fmap[unHi], fmap[gtHi]);
152 gtHi--; unHi--;
156 unHi--;
158 if (unLo > unHi) break;
159 fswap(fmap[unLo], fmap[unHi]); unL
630 Int32 unLo, unHi, ltLo, gtHi, n, m, med; local
[all...]

Completed in 57 milliseconds