Searched refs:XXH128_hash_t (Results 1 – 1 of 1) sorted by relevance
210 # define XXH128_hash_t XXH_IPREF(XXH128_hash_t) macro884 } XXH128_hash_t; typedef918 XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2);3237 static XXH128_hash_t3260 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 23 milliseconds