Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_double_fast.c57 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_generic() local
133 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_generic()
142 hashLong[h2] = hashSmall[h] = current; /* update hash tables */ in ZSTD_compressBlock_doubleFast_generic()
210 U32 const matchIndexL3 = hashLong[hl3]; in ZSTD_compressBlock_doubleFast_generic()
212 hashLong[hl3] = current + 1; in ZSTD_compressBlock_doubleFast_generic()
286 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_generic()
365 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_extDict_generic() local
400 const U32 matchLongIndex = hashLong[hLong]; in ZSTD_compressBlock_doubleFast_extDict_generic()
432 U32 const matchIndex3 = hashLong[h3]; in ZSTD_compressBlock_doubleFast_extDict_generic()
436 hashLong[h3] = current + 1; in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]