Searched refs:slotFast (Results 1 – 1 of 1) sorted by relevance
108 int c = 2, slotFast; in LzmaEnc_FastPosInit() local112 for (slotFast = 2; slotFast < kNumLogBits * 2; slotFast++) in LzmaEnc_FastPosInit()114 UInt32 k = (1 << ((slotFast >> 1) - 1)); in LzmaEnc_FastPosInit()117 g_FastPos[c] = (Byte)slotFast; in LzmaEnc_FastPosInit()