Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h154 # define XXH128_hash_t XXH_IPREF(XXH128_hash_t) macro
539 } XXH128_hash_t; typedef
573 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2);
2573 static XXH128_hash_t
2596 XXH128_hash_t r128; in XXH_mult64to128()
2615 XXH128_hash_t r128; in XXH_mult64to128()
2675 XXH128_hash_t r128; in XXH_mult64to128()
4708 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) in XXH128_isEqual()
4720 XXH128_hash_t const h1 = *(const XXH128_hash_t*)h128_1; in XXH128_cmp()
4721 XXH128_hash_t const h2 = *(const XXH128_hash_t*)h128_2; in XXH128_cmp()
[all …]

Completed in 20 milliseconds