Home
last modified time | relevance | path

Searched defs:_posSlotPrices (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java337 int[] _posSlotPrices = new int[1<<(Base.kNumPosSlotBits+Base.kNumLenToPosStatesBits)]; field in Encoder
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs337 UInt32[] _posSlotPrices = new UInt32[1 << (Base.kNumPosSlotBits + Base.kNumLenToPosStatesBits)]; field in SevenZip.Compression.LZMA.Encoder

Completed in 5 milliseconds