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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c333 UInt32 *distances, UInt32 maxLen)
344 if (pb[maxLen] == cur[maxLen] && *pb == *cur)
350 if (maxLen < len)
352 *distances++ = maxLen = len;
364 UInt32 *distances, UInt32 maxLen)
387 if (maxLen < len)
389 *distances++ = maxLen = len;
486 #define GET_MATCHES_FOOTER(offset, maxLen) \
488 distances + offset, maxLen)
331 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
362 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
517 UInt32 hash2Value, delta2, maxLen, offset; local
550 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
597 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.c314 UInt32 *distances, UInt32 maxLen)
325 if (pb[maxLen] == cur[maxLen] && *pb == *cur)
331 if (maxLen < len)
333 *distances++ = maxLen = len;
345 UInt32 *distances, UInt32 maxLen)
368 if (maxLen < len)
370 *distances++ = maxLen = len;
467 #define GET_MATCHES_FOOTER(offset, maxLen) \
469 distances + offset, maxLen)
312 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
343 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
498 UInt32 hash2Value, delta2, maxLen, offset; local
531 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
578 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
[all...]
H A DLzFindMt.c247 UInt32 maxLen = _maxLen; local
266 if (maxLen < len)
268 *distances++ = maxLen = len;

Completed in 165 milliseconds