Home
last modified time | relevance | path

Searched defs:subValue (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java344 void NormalizeLinks(int[] items, int numItems, int subValue) in NormalizeLinks()
359 int subValue = _pos - _cyclicBufferSize; in Normalize() local
DInWindow.java124 public void ReduceOffsets(int subValue) in ReduceOffsets()
/third_party/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs124 public void ReduceOffsets(Int32 subValue) in ReduceOffsets()
DLzBinTree.cs344 void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) in NormalizeLinks()
/third_party/lzma/C/
DLzFind.c683 LzFind_SaturSub_128(UInt32 subValue, CLzRef *items, const CLzRef *lim) in LzFind_SaturSub_128()
731 LzFind_SaturSub_256(UInt32 subValue, CLzRef *items, const CLzRef *lim) in LzFind_SaturSub_256()
771 LzFind_SaturSub_32(UInt32 subValue, CLzRef *items, const CLzRef *lim) in LzFind_SaturSub_32()
788 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, size_t numItems) in MatchFinder_Normalize3()
849 const UInt32 subValue = (p->pos - p->historySize - 1) /* & ~(UInt32)(kNormalizeAlign - 1) */; in MatchFinder_CheckLimits() local
DLzFindMt.c521 … const UInt32 subValue = (mf->pos - mf->historySize - 1); // & ~(UInt32)(kNormalizeAlign - 1); in HashThreadFunc() local
662 const UInt32 subValue = (pos - p->cyclicBufferSize); // & ~(UInt32)(kNormalizeAlign - 1); in BtGetMatches() local
974 const UInt32 subValue = (p->lzPos - p->historySize - 1); // & ~(UInt32)(kNormalizeAlign - 1); in MatchFinderMt_GetNextBlock_Bt() local
DLzFind.h112 #define MatchFinder_REDUCE_OFFSETS(p, subValue) \ argument