Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h171 # 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);
5401 XXH128(const void* input, size_t len, XXH64_hash_t seed) in XXH128() function
5568 XXH128_canonicalFromHash(&scrambler, XXH128(customSeed, customSeedSize, 0)); in XXH3_generateSecret()
5570 XXH128_hash_t const h128 = XXH128(&scrambler, sizeof(scrambler), n); in XXH3_generateSecret()

Completed in 21 milliseconds