Home
last modified time | relevance | path

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

/php-src/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);
3268 static XXH128_hash_t
3291 XXH128_hash_t r128; in XXH_mult64to128()
3310 XXH128_hash_t r128; in XXH_mult64to128()
3325 XXH128_hash_t r128; in XXH_mult64to128()
5482 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) in XXH128_isEqual()
5495 XXH128_hash_t const h1 = *(const XXH128_hash_t*)h128_1; in XXH128_cmp()
5496 XXH128_hash_t const h2 = *(const XXH128_hash_t*)h128_2; in XXH128_cmp()
[all …]

Completed in 20 milliseconds