Home
last modified time | relevance | path

Searched refs:slotFast (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/common/lzma/
H A DLzmaEnc.c108 int c = 2, slotFast; in LzmaEnc_FastPosInit() local
112 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()