Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c140 static const U32 COVER_prime4bytes = 2654435761U; variable
142 return (key * COVER_prime4bytes) >> (32 - map->sizeLog); in COVER_map_hash()