Home
last modified time | relevance | path

Searched refs:maxLen (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c314 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() argument
325 if (pb[maxLen] == cur[maxLen] && *pb == *cur) in Hc_GetMatchesSpec()
331 if (maxLen < len) in Hc_GetMatchesSpec()
333 *distances++ = maxLen = len; in Hc_GetMatchesSpec()
345 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
368 if (maxLen < len) in GetMatchesSpec1()
370 *distances++ = maxLen = len; in GetMatchesSpec1()
467 #define GET_MATCHES_FOOTER(offset, maxLen) \ argument
469 distances + offset, maxLen) - distances); MOVE_POS_RET;
498 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local
[all …]
DLzFind.h74 UInt32 *distances, UInt32 maxLen);
DLzFindMt.c247 UInt32 maxLen = _maxLen; in GetMatchesSpecN() local
266 if (maxLen < len) in GetMatchesSpecN()
268 *distances++ = maxLen = len; in GetMatchesSpecN()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c333 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() argument
344 if (pb[maxLen] == cur[maxLen] && *pb == *cur) in Hc_GetMatchesSpec()
350 if (maxLen < len) in Hc_GetMatchesSpec()
352 *distances++ = maxLen = len; in Hc_GetMatchesSpec()
364 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
387 if (maxLen < len) in GetMatchesSpec1()
389 *distances++ = maxLen = len; in GetMatchesSpec1()
486 #define GET_MATCHES_FOOTER(offset, maxLen) \ argument
488 distances + offset, maxLen) - distances); MOVE_POS_RET;
517 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local
[all …]
DLzFind.h74 UInt32 *distances, UInt32 maxLen);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c333 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() argument
344 if (pb[maxLen] == cur[maxLen] && *pb == *cur) in Hc_GetMatchesSpec()
350 if (maxLen < len) in Hc_GetMatchesSpec()
352 *distances++ = maxLen = len; in Hc_GetMatchesSpec()
364 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
387 if (maxLen < len) in GetMatchesSpec1()
389 *distances++ = maxLen = len; in GetMatchesSpec1()
486 #define GET_MATCHES_FOOTER(offset, maxLen) \ argument
488 distances + offset, maxLen) - distances); MOVE_POS_RET;
517 UInt32 hash2Value, delta2, maxLen, offset; in Bt3_MatchFinder_GetMatches() local
[all …]
DLzFind.h74 UInt32 *distances, UInt32 maxLen);