Home
last modified time | relevance | path

Searched refs:indexToInsert (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c230 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_noDict_generic() local
231 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic()
233 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic()
432 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
433 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
435 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
638 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
639 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
641 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c301 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_noDict_generic() local
302 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic()
304 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic()
511 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
512 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
514 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
719 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_extDict_generic() local
720 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
722 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()