Searched refs:XXH128 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 171 # undef XXH128 302 # define XXH128 XXH_NAME2(XXH_NAMESPACE, XXH128) macro 1119 XXH_PUBLIC_API XXH128_hash_t XXH128(const void* data, size_t len, XXH64_hash_t seed); 5370 XXH128(const void* input, size_t len, XXH64_hash_t seed) in XXH128() function 5537 XXH128_canonicalFromHash(&scrambler, XXH128(customSeed, customSeedSize, 0)); in XXH3_generateSecret() 5539 XXH128_hash_t const h128 = XXH128(&scrambler, sizeof(scrambler), n); in XXH3_generateSecret()
|
Completed in 17 milliseconds