Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_lazy.c55 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local
95 …U32 matchIndex = *smallerPtr; /* this candidate is unsorted : next sorted candidate is reached t… in ZSTD_insertDUBT1() local
209 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local
254 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local
543 U32 matchIndex; in ZSTD_dedicatedDictSearch_lazy_search() local
699 U32 matchIndex; in ZSTD_HcFindBestMatch() local
1232 U32 const matchIndex = row[matchPos]; in ZSTD_RowFindBestMatch() local
1256 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch() local
1303 U32 const matchIndex = dmsRow[matchPos]; in ZSTD_RowFindBestMatch() local
1314 U32 const matchIndex = matchBuffer[currMatch]; in ZSTD_RowFindBestMatch() local
[all …]
H A Dzstd_opt.c456 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local
610 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndGetAllMatches() local
H A Dzstd_fast.c549 U32 matchIndex = hashTable[hash0]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
H A Dzstd_double_fast.c647 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local