Searched defs:matchLength (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/lib/zstd/ | 
| D | zstd_opt.h | 142 …ore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength, const int ul…  in ZSTD_getPrice() 165 …atePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength)  in ZSTD_updatePrice() 297 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com…  in ZSTD_insertBtAndGetAllMatches()  local
  | 
| D | zstd_internal.h | 175 	U16 matchLength;  member
  | 
| D | compress.c | 943 	size_t const matchLength = ZSTD_count(ip, match, vEnd);  in ZSTD_count_2segments()  local 1590 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com…  in ZSTD_insertBt1()  local 1672 …size_t matchLength = MIN(commonLengthSmaller, commonLengthLarger); /* guaranteed minimum nb of com…  in ZSTD_insertBtAndFindBestMatch()  local 1927 		size_t matchLength = 0;  in ZSTD_compressBlock_lazy_generic()  local 2088 		size_t matchLength = 0;  in ZSTD_compressBlock_lazy_extDict_generic()  local
  | 
| D | decompress.c | 863 	size_t matchLength;  member
  | 
| /Linux-v5.4/lib/lz4/ | 
| D | lz4hc_compress.c | 266 	int matchLength,  in LZ4HC_encodeSequence()
  | 
| D | lz4_compress.c | 641 			size_t matchLength = LZ4_count(ip + MINMATCH,  in LZ4_compress_destSize_generic()  local
  |