Lines Matching refs:fmap

77 static __inline__ void fallbackSimpleSort(UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi) {  in fallbackSimpleSort()  argument
86 tmp = fmap[i]; in fallbackSimpleSort()
88 for (j = i + 4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4) in fallbackSimpleSort()
89 fmap[j - 4] = fmap[j]; in fallbackSimpleSort()
90 fmap[j - 4] = tmp; in fallbackSimpleSort()
95 tmp = fmap[i]; in fallbackSimpleSort()
97 for (j = i + 1; j <= hi && ec_tmp > eclass[fmap[j]]; j++) in fallbackSimpleSort()
98 fmap[j - 1] = fmap[j]; in fallbackSimpleSort()
99 fmap[j - 1] = tmp; in fallbackSimpleSort()
117 fswap(fmap[yyp1], fmap[yyp2]); \
143 static void fallbackQSort3(UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt) { in fallbackQSort3() argument
160 fallbackSimpleSort(fmap, eclass, lo, hi); in fallbackQSort3()
174 med = eclass[fmap[lo]]; in fallbackQSort3()
176 med = eclass[fmap[(lo + hi) >> 1]]; in fallbackQSort3()
178 med = eclass[fmap[hi]]; in fallbackQSort3()
187 n = (Int32)eclass[fmap[unLo]] - (Int32)med; in fallbackQSort3()
189 fswap(fmap[unLo], fmap[ltLo]); in fallbackQSort3()
201 n = (Int32)eclass[fmap[unHi]] - (Int32)med; in fallbackQSort3()
203 fswap(fmap[unHi], fmap[gtHi]); in fallbackQSort3()
214 fswap(fmap[unLo], fmap[unHi]); in fallbackQSort3()
271 static void fallbackSort(UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb) { in fallbackSort() argument
298 fmap[k] = i; in fallbackSort()
329 k = fmap[i] - H; in fallbackSort()
366 fallbackQSort3(fmap, eclass, l, r); in fallbackSort()
371 cc1 = eclass[fmap[i]]; in fallbackSort()
400 eclass8[fmap[i]] = (UChar)j; in fallbackSort()