Searched defs:curMatch (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c331 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
335 son[_cyclicBufferPos] = curMatch;
338 UInt32 delta = pos - curMatch;
343 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
362 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, argument
371 UInt32 delta = pos - curMatch;
401 *ptr1 = curMatch;
403 curMatch = *ptr1;
408 *ptr0 = curMatch;
410 curMatch
417 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/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 DLzFindMt.c241 UInt32 curMatch = pos - *hash++; local
250 UInt32 delta = pos - curMatch;
280 *ptr1 = curMatch;
282 curMatch = *ptr1;
287 *ptr0 = curMatch;
289 curMatch = *ptr0;

Completed in 231 milliseconds