Home
last modified time | relevance | path

Searched defs:posSlot (Results 1 – 8 of 8) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1046 int posSlot = (1 << Base.kNumPosSlotBits) - 1; in WriteEndMarker() local
1174 int posSlot = GetPosSlot(pos); in CodeOneBlock() local
1318 int posSlot = GetPosSlot(i); in FillDistancesPrices() local
1327 int posSlot; in FillDistancesPrices() local
DDecoder.java273 int posSlot = m_PosSlotDecoder[Base.GetLenToPosState(len)].Decode(m_RangeDecoder); in Code() local
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c303 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal() local
633 unsigned posSlot; in LzmaDec_TryDummy() local
DLzmaEnc.c1401 UInt32 offs, curBack, posSlot; in GetOptimum() local
1649 UInt32 posSlot = GetPosSlot1(i); in FillDistancesPrices() local
1657 UInt32 posSlot; in FillDistancesPrices() local
1834 UInt32 posSlot; in LzmaEnc_CodeOneBlock() local
/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c302 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal() local
632 unsigned posSlot; in LzmaDec_TryDummy() local
DLzmaEnc.c1400 UInt32 offs, curBack, posSlot; in GetOptimum() local
1648 UInt32 posSlot = GetPosSlot1(i); in FillDistancesPrices() local
1656 UInt32 posSlot; in FillDistancesPrices() local
1833 UInt32 posSlot; in LzmaEnc_CodeOneBlock() local
/external/lzma/C/
DLzmaDec.c302 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal() local
632 unsigned posSlot; in LzmaDec_TryDummy() local
DLzmaEnc.c1400 UInt32 offs, curBack, posSlot; in GetOptimum() local
1648 UInt32 posSlot = GetPosSlot1(i); in FillDistancesPrices() local
1656 UInt32 posSlot; in FillDistancesPrices() local
1833 UInt32 posSlot; in LzmaEnc_CodeOneBlock() local