Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h355 typedef uint32_t XXH32_hash_t; typedef
361 typedef uint32_t XXH32_hash_t; typedef
366 typedef unsigned int XXH32_hash_t; typedef
369 typedef unsigned long XXH32_hash_t; typedef
415 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, XXH32_hash_t seed);
1078 XXH32_hash_t bufferedSize;
1080 XXH32_hash_t useSeed;
1591 typedef XXH32_hash_t xxh_u32;
2116 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32()
2184 state->total_len_32 += (XXH32_hash_t)len; in XXH32_update()
[all …]
/PHP-8.2/ext/hash/
H A Dhash_xxhash.c50 XXH32_reset(&ctx->s, (XXH32_hash_t)Z_LVAL_P(seed)); in PHP_XXH32Init()

Completed in 22 milliseconds