Home
last modified time | relevance | path

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

/lib/lz4/
Dlz4hc_compress.c114 U32 matchIndex; in LZ4HC_InsertAndFindBestMatch() local
187 U32 matchIndex; in LZ4HC_InsertAndGetWiderMatch() local
/lib/zstd/
Dcompress.c1039 U32 const matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_generic() local
1138 const U32 matchIndex = hashTable[h]; in ZSTD_compressBlock_fast_extDict_generic() local
1419 const U32 matchIndex = hashSmall[hSmall]; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1569 U32 matchIndex = hashTable[h]; in ZSTD_insertBt1() local
1652 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndFindBestMatch() local
1838 U32 matchIndex = ZSTD_insertAndFindFirstIndex(zc, ip, mls); in ZSTD_HcFindBestMatch_generic() local
2198 U32 const matchIndex = (U32)((start - base) - (offset - ZSTD_REP_MOVE)); in ZSTD_compressBlock_lazy_extDict_generic() local
Dzstd_opt.h243 U32 matchIndex = hashTable[h]; in ZSTD_insertBtAndGetAllMatches() local