Home
last modified time | relevance | path

Searched defs:HashCrc32 (Results 1 – 2 of 2) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Dhash.hpp202 using HashCrc32 = HashCrc32Sse42<T>; typedef
205 using HashCrc32 = HashCrc32Fallback<T>; typedef
/dports/lang/nickle/nickle-2.90/
H A Dhash.c166 HashCrc32 (unsigned char *bytes, int nbytes) in HashCrc32() function