Home
last modified time | relevance | path

Searched refs:curMatch (Results 1 – 6 of 6) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java150 int curMatch = _hash[kFixHashSize + hashValue]; in GetMatches() local
172 if (offset != 0 && curMatch2 == curMatch) in GetMatches()
189 if (curMatch > matchMinPos) in GetMatches()
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] != in GetMatches()
195 distances[offset++] = _pos - curMatch - 1; in GetMatches()
204 if (curMatch <= matchMinPos || count-- == 0) in GetMatches()
209 int delta = _pos - curMatch; in GetMatches()
214 int pby1 = _bufferOffset + curMatch; in GetMatches()
235 _son[ptr1] = curMatch; in GetMatches()
237 curMatch = _son[ptr1]; in GetMatches()
[all …]
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs150 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
172 if (offset != 0 && curMatch2 == curMatch) in GetMatches()
189 if (curMatch > matchMinPos) in GetMatches()
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] != in GetMatches()
195 distances[offset++] = _pos - curMatch - 1; in GetMatches()
204 if(curMatch <= matchMinPos || count-- == 0) in GetMatches()
209 UInt32 delta = _pos - curMatch; in GetMatches()
214 UInt32 pby1 = _bufferOffset + curMatch; in GetMatches()
235 _son[ptr1] = curMatch; in GetMatches()
237 curMatch = _son[ptr1]; in GetMatches()
[all …]
/external/lzma/C/
DLzFind.c357 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
361 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
364 UInt32 delta = pos - curMatch; in Hc_GetMatchesSpec()
369curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
397 UInt32 delta = pos - curMatch; in GetMatchesSpec1()
427 *ptr1 = curMatch; in GetMatchesSpec1()
429 curMatch = *ptr1; in GetMatchesSpec1()
434 *ptr0 = curMatch; in GetMatchesSpec1()
436 curMatch = *ptr0; in GetMatchesSpec1()
[all …]
DLzFindMt.c243 UInt32 curMatch = pos - *hash++; in GetMatchesSpecN() local
252 UInt32 delta = pos - curMatch; in GetMatchesSpecN()
282 *ptr1 = curMatch; in GetMatchesSpecN()
284 curMatch = *ptr1; in GetMatchesSpecN()
289 *ptr0 = curMatch; in GetMatchesSpecN()
291 curMatch = *ptr0; in GetMatchesSpecN()
DLzFind.h79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...