Home
last modified time | relevance | path

Searched defs:matchIndex (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c45 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local
84 …U32 matchIndex = *smallerPtr; /* this candidate is unsorted : next sorted candidate is reached t… in ZSTD_insertDUBT1() local
197 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local
241 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local
628 U32 matchIndex; in ZSTD_HcFindBestMatch_generic() local
1066 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_generic() local
1339 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_fast.c262 U32 const matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
410 const U32 matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c395 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_opt.c381 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local
527 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_ldm.c398 U32 const matchIndex = bestEntry->offset; in ZSTD_ldm_generateSequences_internal() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17759 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
18149 U32 const matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
18297 const U32 matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_extDict_generic() local
18430 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local
18582 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local
18626 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local
18892 U32 matchIndex = ZSTD_insertAndFindFirstIndex_internal(ms, cParams, ip, mls); in ZSTD_HcFindBestMatch_generic() local
19450 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic() local
19908 U32 const matchIndex = bestEntry->offset; in ZSTD_ldm_generateSequences_internal() local
20527 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local
[all …]