Searched refs:curMatch (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lz/
H A DMatchFinder.c303 UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
307 son[_cyclicBufferPos] = curMatch;
310 UInt32 delta = pos - curMatch;
315 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
334 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
343 UInt32 delta = pos - curMatch;
373 *ptr1 = curMatch;
375 curMatch = *ptr1;
380 *ptr0 = curMatch;
382 curMatch
389 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
[all...]
H A DMatchFinder.h71 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
H A DMatchFinderMt.c256 UInt32 curMatch = pos - *hash++; local
265 UInt32 delta = pos - curMatch;
295 *ptr1 = curMatch;
297 curMatch = *ptr1;
302 *ptr0 = curMatch;
304 curMatch = *ptr0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lz/
H A DMatchFinder.c303 UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
307 son[_cyclicBufferPos] = curMatch;
310 UInt32 delta = pos - curMatch;
315 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
334 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
343 UInt32 delta = pos - curMatch;
373 *ptr1 = curMatch;
375 curMatch = *ptr1;
380 *ptr0 = curMatch;
382 curMatch
389 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
[all...]
H A DMatchFinder.h71 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
H A DMatchFinderMt.c256 UInt32 curMatch = pos - *hash++; local
265 UInt32 delta = pos - curMatch;
295 *ptr1 = curMatch;
297 curMatch = *ptr1;
302 *ptr0 = curMatch;
304 curMatch = *ptr0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lz/
H A DMatchFinder.c303 UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
307 son[_cyclicBufferPos] = curMatch;
310 UInt32 delta = pos - curMatch;
315 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
334 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
343 UInt32 delta = pos - curMatch;
373 *ptr1 = curMatch;
375 curMatch = *ptr1;
380 *ptr0 = curMatch;
382 curMatch
389 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
[all...]
H A DMatchFinder.h71 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
H A DMatchFinderMt.c256 UInt32 curMatch = pos - *hash++; local
265 UInt32 delta = pos - curMatch;
295 *ptr1 = curMatch;
297 curMatch = *ptr1;
302 *ptr0 = curMatch;
304 curMatch = *ptr0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzFind.c312 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
316 son[_cyclicBufferPos] = curMatch;
319 UInt32 delta = pos - curMatch;
324 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
343 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
352 UInt32 delta = pos - curMatch;
382 *ptr1 = curMatch;
384 curMatch = *ptr1;
389 *ptr0 = curMatch;
391 curMatch
398 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
[all...]
H A DLzFind.h72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,

Completed in 288 milliseconds