Home
last modified time | relevance | path

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

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