Searched defs:matchIndex (Results 1 – 6 of 6) sorted by relevance
45 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local84 …U32 matchIndex = *smallerPtr; /* this candidate is unsorted : next sorted candidate is reached t… in ZSTD_insertDUBT1() local197 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local241 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local628 U32 matchIndex; in ZSTD_HcFindBestMatch_generic() local1066 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_generic() local1339 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic() local
262 U32 const matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_dictMatchState_generic() local410 const U32 matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_extDict_generic() local
395 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
381 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local527 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndGetAllMatches() local
398 U32 const matchIndex = bestEntry->offset; in ZSTD_ldm_generateSequences_internal() local
17759 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local18149 U32 const matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_dictMatchState_generic() local18297 const U32 matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_extDict_generic() local18430 U32 const matchIndex = hashTable[h]; in ZSTD_updateDUBT() local18582 U32 matchIndex = dictMatchIndex + dictIndexDelta; in ZSTD_DUBT_findBetterDictMatch() local18626 U32 matchIndex = hashTable[h]; in ZSTD_DUBT_findBestMatch() local18892 U32 matchIndex = ZSTD_insertAndFindFirstIndex_internal(ms, cParams, ip, mls); in ZSTD_HcFindBestMatch_generic() local19450 U32 const matchIndex = (U32)((start-base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic() local19908 U32 const matchIndex = bestEntry->offset; in ZSTD_ldm_generateSequences_internal() local20527 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local[all …]