Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h206 # define XXH64_state_s XXH_IPREF(XXH64_state_s) macro
999 struct XXH64_state_s { struct
1000 XXH64_hash_t total_len; /*!< Total length hashed. This is always 64-bit. */
1001 XXH64_hash_t v[4]; /*!< Accumulator lanes */
1002 …XXH64_hash_t mem64[4]; /*!< Internal buffer for partial reads. Treated as unsigned char[32]. */
1003 XXH32_hash_t memsize; /*!< Amount of data in @ref mem64 */
1004 XXH32_hash_t reserved32; /*!< Reserved field, needed for padding anyways*/
1005 XXH64_hash_t reserved64; /*!< Reserved field. Do not read or write to it, it may be removed. */

Completed in 27 milliseconds