Home
last modified time | relevance | path

Searched refs:ZSTD_index_overlap_check (Results 1 – 5 of 5) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_double_fast.c408 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 Dzstd_lazy.c1594 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 Dzstd_fast.c566 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 Dzstd_opt.c668 & (ZSTD_index_overlap_check(dictLimit, repIndex)) ) in ZSTD_insertBtAndGetAllMatches()
674 & (ZSTD_index_overlap_check(dictLimit, repIndex)) ) in ZSTD_insertBtAndGetAllMatches()
H A Dzstd_compress_internal.h1421 MEM_STATIC int ZSTD_index_overlap_check(const U32 prefixLowestIndex, const U32 repIndex) { in ZSTD_index_overlap_check() function