Searched defs:subValue (Results 1 – 7 of 7) sorted by relevance
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 344 void NormalizeLinks(int[] items, int numItems, int subValue) in NormalizeLinks() 359 int subValue = _pos - _cyclicBufferSize; in Normalize() local
|
D | InWindow.java | 124 public void ReduceOffsets(int subValue) in ReduceOffsets()
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
D | LzInWindow.cs | 124 public void ReduceOffsets(Int32 subValue) in ReduceOffsets()
|
D | LzBinTree.cs | 344 void NormalizeLinks(UInt32[] items, UInt32 numItems, UInt32 subValue) in NormalizeLinks()
|
/third_party/lzma/C/ |
D | LzFind.c | 683 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
|
D | LzFindMt.c | 521 … 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
|
D | LzFind.h | 112 #define MatchFinder_REDUCE_OFFSETS(p, subValue) \ argument
|