Home
last modified time | relevance | path

Searched defs:XXH64_state_s (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h150 # define XXH64_state_s XXH_IPREF(XXH64_state_s) macro
630 struct XXH64_state_s { struct
631 XXH64_hash_t total_len;
632 XXH64_hash_t v1;
633 XXH64_hash_t v2;
634 XXH64_hash_t v3;
635 XXH64_hash_t v4;
636 XXH64_hash_t mem64[4];
637 XXH32_hash_t memsize;
638 XXH32_hash_t reserved32; /* required for padding anyway */
[all …]

Completed in 23 milliseconds