Lines Matching full:eclass
2079 UInt32* eclass,
2091 ec_tmp = eclass[tmp];
2092 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
2100 ec_tmp = eclass[tmp];
2101 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
2140 UInt32* eclass,
2161 fallbackSimpleSort ( fmap, eclass, lo, hi );
2174 if (r3 == 0) med = eclass[fmap[lo]]; else
2175 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
2176 med = eclass[fmap[hi]];
2184 n = (Int32)eclass[fmap[unLo]] - (Int32)med;
2195 n = (Int32)eclass[fmap[unHi]] - (Int32)med;
2240 eclass exists for [0 .. nblock-1]
2241 ((UChar*)eclass) [0 .. nblock-1] holds block
2245 ((UChar*)eclass) [0 .. nblock-1] holds block
2246 All other areas of eclass destroyed
2259 UInt32* eclass,
2269 UChar* eclass8 = (UChar*)eclass;
2316 eclass[k] = j;
2343 fallbackQSort3 ( fmap, eclass, l, r );
2348 cc1 = eclass[fmap[i]];