HomeSort by relevance Sort by last modified time
    Searched refs:curMatch (Results 1 - 12 of 12) sorted by null

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 150 int curMatch = _hash[kFixHashSize + hashValue];
172 if (offset != 0 && curMatch2 == curMatch)
189 if (curMatch > matchMinPos)
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] !=
195 distances[offset++] = _pos - curMatch - 1;
204 if (curMatch <= matchMinPos || count-- == 0)
209 int delta = _pos - curMatch;
214 int pby1 = _bufferOffset + curMatch;
235 _son[ptr1] = curMatch;
237 curMatch = _son[ptr1];
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
172 if (offset != 0 && curMatch2 == curMatch)
189 if (curMatch > matchMinPos)
191 if (_bufferBase[_bufferOffset + curMatch + kNumHashDirectBytes] !=
195 distances[offset++] = _pos - curMatch - 1;
204 if(curMatch <= matchMinPos || count-- == 0)
209 UInt32 delta = _pos - curMatch;
214 UInt32 pby1 = _bufferOffset + curMatch;
235 _son[ptr1] = curMatch;
237 curMatch = _son[ptr1];
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.c 357 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
361 son[_cyclicBufferPos] = curMatch;
364 UInt32 delta = pos - curMatch;
369 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
397 UInt32 delta = pos - curMatch;
427 *ptr1 = curMatch;
429 curMatch = *ptr1;
434 *ptr0 = curMatch;
436 curMatch = *ptr0;
    [all...]
LzFind.h 79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
LzFindMt.c 243 UInt32 curMatch = pos - *hash++;
252 UInt32 delta = pos - curMatch;
282 *ptr1 = curMatch;
284 curMatch = *ptr1;
289 *ptr0 = curMatch;
291 curMatch = *ptr0;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 359 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
363 son[_cyclicBufferPos] = curMatch;
366 UInt32 delta = pos - curMatch;
371 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
399 UInt32 delta = pos - curMatch;
429 *ptr1 = curMatch;
431 curMatch = *ptr1;
436 *ptr0 = curMatch;
438 curMatch = *ptr0;
    [all...]
LzFind.h 79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.c 359 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
363 son[_cyclicBufferPos] = curMatch;
366 UInt32 delta = pos - curMatch;
371 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
399 UInt32 delta = pos - curMatch;
429 *ptr1 = curMatch;
431 curMatch = *ptr1;
436 *ptr0 = curMatch;
438 curMatch = *ptr0;
    [all...]
LzFind.h 79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /external/lzma/C/
LzFind.c 357 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
361 son[_cyclicBufferPos] = curMatch;
364 UInt32 delta = pos - curMatch;
369 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
397 UInt32 delta = pos - curMatch;
427 *ptr1 = curMatch;
429 curMatch = *ptr1;
434 *ptr0 = curMatch;
436 curMatch = *ptr0;
    [all...]
LzFind.h 79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
LzFindMt.c 243 UInt32 curMatch = pos - *hash++;
252 UInt32 delta = pos - curMatch;
282 *ptr1 = curMatch;
284 curMatch = *ptr1;
289 *ptr0 = curMatch;
291 curMatch = *ptr0;

Completed in 165 milliseconds