Searched defs:g_FastPos (Results 1 – 3 of 3) sorted by relevance
19 static Byte[] g_FastPos = new Byte[1 << 11]; field in SevenZip.Compression.LZMA.Encoder
19 static byte[] g_FastPos = new byte[1 << 11]; field in Encoder
129 static void LzmaEnc_FastPosInit(Byte *g_FastPos) in LzmaEnc_FastPosInit()354 Byte g_FastPos[1 << kNumLogBits]; member