Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c902 …U32 const newHash = (U32)ZSTD_hashPtr(base+idx+ZSTD_ROW_HASH_CACHE_SIZE, hashLog + ZSTD_ROW_HASH_T… in ZSTD_row_nextCachedHash() local
903 U32 const row = (newHash >> ZSTD_ROW_HASH_TAG_BITS) << rowLog; in ZSTD_row_nextCachedHash()
906 cache[idx & ZSTD_ROW_HASH_CACHE_MASK] = newHash; in ZSTD_row_nextCachedHash()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c872 …U32 const newHash = (U32)ZSTD_hashPtrSalted(base+idx+ZSTD_ROW_HASH_CACHE_SIZE, hashLog + ZSTD_ROW_… in ZSTD_row_nextCachedHash() local
873 U32 const row = (newHash >> ZSTD_ROW_HASH_TAG_BITS) << rowLog; in ZSTD_row_nextCachedHash()
876 cache[idx & ZSTD_ROW_HASH_CACHE_MASK] = newHash; in ZSTD_row_nextCachedHash()
/src/contrib/expat/lib/
H A Dxmlparse.c7883 unsigned long newHash = hash(parser, table->v[i]->name); local
7884 size_t j = newHash & newMask;
7888 step = PROBE_STEP(newHash, newMask, newPower);