Searched defs:matchLength (Results 1 – 3 of 3) sorted by relevance
/u-boot-v2022.01-rc1/lib/zstd/ |
A D | zstd_opt.h | 132 …ore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength, const int ul… in ZSTD_getPrice() 155 …atePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength) in ZSTD_updatePrice() 287 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com… in ZSTD_insertBtAndGetAllMatches() local
|
A D | zstd_internal.h | 165 U16 matchLength; member
|
A D | decompress.c | 854 size_t matchLength; member
|
Completed in 14 milliseconds