Lines Matching full:eclass
2108 UInt32* eclass,
2120 ec_tmp = eclass[tmp];
2121 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2129 ec_tmp = eclass[tmp];
2130 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2169 UInt32* eclass,
2190 fallbackSimpleSort ( fmap, eclass, lo, hi );
2203 if (r3 == 0) med = eclass[fmap[lo]]; else
2204 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2205 med = eclass[fmap[hi]];
2213 n = (Int32)eclass[fmap[unLo]] - (Int32)med;
2224 n = (Int32)eclass[fmap[unHi]] - (Int32)med;
2269 eclass exists for [0 .. nblock-1]
2270 ((UChar*)eclass) [0 .. nblock-1] holds block
2274 ((UChar*)eclass) [0 .. nblock-1] holds block
2275 All other areas of eclass destroyed
2288 UInt32* eclass,
2298 UChar* eclass8 = (UChar*)eclass;
2345 eclass[k] = j;
2372 fallbackQSort3 ( fmap, eclass, l, r );
2377 cc1 = eclass[fmap[i]];