Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h210 # define XXH128_hash_t XXH_IPREF(XXH128_hash_t) macro
884 } XXH128_hash_t; typedef
918 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2);
3237 static XXH128_hash_t
3260 XXH128_hash_t r128; in XXH_mult64to128()
3279 XXH128_hash_t r128; in XXH_mult64to128()
3294 XXH128_hash_t r128; in XXH_mult64to128()
5451 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) in XXH128_isEqual()
5464 XXH128_hash_t const h1 = *(const XXH128_hash_t*)h128_1; in XXH128_cmp()
5465 XXH128_hash_t const h2 = *(const XXH128_hash_t*)h128_2; in XXH128_cmp()
[all …]

Completed in 20 milliseconds