Searched refs:unHi (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/bzip2/ |
H A D | blocksort.c | 98 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 58 milliseconds