Searched refs:ZSTD_index_overlap_check (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_double_fast.c | 408 if ((ZSTD_index_overlap_check(prefixLowestIndex, repIndex)) in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 525 if ( (ZSTD_index_overlap_check(prefixLowestIndex, repIndex2)) in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 663 if (((ZSTD_index_overlap_check(prefixStartIndex, repIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic() 731 if ( ((ZSTD_index_overlap_check(prefixStartIndex, repIndex2)) in ZSTD_compressBlock_doubleFast_extDict_generic()
|
| H A D | zstd_lazy.c | 1594 if ((ZSTD_index_overlap_check(prefixLowestIndex, repIndex)) in ZSTD_compressBlock_lazy_generic() 1646 if ((ZSTD_index_overlap_check(prefixLowestIndex, repIndex)) in ZSTD_compressBlock_lazy_generic() 1682 if ((ZSTD_index_overlap_check(prefixLowestIndex, repIndex)) in ZSTD_compressBlock_lazy_generic() 1744 if ( (ZSTD_index_overlap_check(prefixLowestIndex, repIndex)) in ZSTD_compressBlock_lazy_generic() 1990 if ( (ZSTD_index_overlap_check(dictLimit, repIndex)) in ZSTD_compressBlock_lazy_extDict_generic() 2031 if ( (ZSTD_index_overlap_check(dictLimit, repIndex)) in ZSTD_compressBlock_lazy_extDict_generic() 2063 if ( (ZSTD_index_overlap_check(dictLimit, repIndex)) in ZSTD_compressBlock_lazy_extDict_generic() 2117 if ( (ZSTD_index_overlap_check(dictLimit, repIndex)) in ZSTD_compressBlock_lazy_extDict_generic()
|
| H A D | zstd_fast.c | 566 if ((ZSTD_index_overlap_check(prefixStartIndex, repIndex)) in ZSTD_compressBlock_fast_dictMatchState_generic() 650 if ( (ZSTD_index_overlap_check(prefixStartIndex, repIndex2)) in ZSTD_compressBlock_fast_dictMatchState_generic() 944 if ( ((ZSTD_index_overlap_check(prefixStartIndex, repIndex2)) & (offset_2 > 0)) in ZSTD_compressBlock_fast_extDict_generic()
|
| H A D | zstd_opt.c | 668 & (ZSTD_index_overlap_check(dictLimit, repIndex)) ) in ZSTD_insertBtAndGetAllMatches() 674 & (ZSTD_index_overlap_check(dictLimit, repIndex)) ) in ZSTD_insertBtAndGetAllMatches()
|
| H A D | zstd_compress_internal.h | 1421 MEM_STATIC int ZSTD_index_overlap_check(const U32 prefixLowestIndex, const U32 repIndex) { in ZSTD_index_overlap_check() function
|