Searched refs:hashLong (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 56 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local 118 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic() 128 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_noDict_generic() 150 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic() 217 hashLong[hl1] = (U32)(ip1 - base); in ZSTD_compressBlock_doubleFast_noDict_generic() 231 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic() 232 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_noDict_generic() 245 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_noDict_generic() 263 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 315 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() [all …]
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 111 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_noDict_generic() local 178 idxl0 = hashLong[hl0]; in ZSTD_compressBlock_doubleFast_noDict_generic() 188 hashLong[hl0] = hashSmall[hs0] = curr; /* update hash tables */ in ZSTD_compressBlock_doubleFast_noDict_generic() 214 idxl1 = hashLong[hl1]; in ZSTD_compressBlock_doubleFast_noDict_generic() 288 hashLong[hl1] = (U32)(ip1 - base); in ZSTD_compressBlock_doubleFast_noDict_generic() 302 hashLong[ZSTD_hashPtr(base+indexToInsert, hBitsL, 8)] = indexToInsert; in ZSTD_compressBlock_doubleFast_noDict_generic() 303 hashLong[ZSTD_hashPtr(ip-2, hBitsL, 8)] = (U32)(ip-2-base); in ZSTD_compressBlock_doubleFast_noDict_generic() 316 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_noDict_generic() 335 U32* const hashLong = ms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 397 U32 const matchIndexL = hashLong[h2]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() [all …]
|