Searched refs:indexToInsert (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 263 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_generic() local 264 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic() 266 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic() 467 { U32 const indexToInsert = curr+2; in ZSTD_compressBlock_doubleFast_extDict_generic() local 468 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic() 470 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 17625 { U32 const indexToInsert = current+2; in ZSTD_compressBlock_doubleFast_generic() local 17626 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic() 17628 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_generic() 17829 { U32 const indexToInsert = current+2; in ZSTD_compressBlock_doubleFast_extDict_generic() local 17830 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic() 17832 hashSmall[ZSTD_hashPtr(base+indexToInsert, hBitsS, mls)] = indexToInsert; in ZSTD_compressBlock_doubleFast_extDict_generic()
|