Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h979 …XXH32_hash_t mem32[4]; /*!< Internal buffer for partial reads. Treated as unsigned char[16]. */ member
2219 XXH_memcpy((xxh_u8*)(state->mem32) + state->memsize, input, len); in XXH32_update()
2225 XXH_memcpy((xxh_u8*)(state->mem32) + state->memsize, input, 16-state->memsize); in XXH32_update()
2226 { const xxh_u32* p32 = state->mem32; in XXH32_update()
2249 XXH_memcpy(state->mem32, p, (size_t)(bEnd-p)); in XXH32_update()
2274 return XXH32_finalize(h32, (const xxh_u8*)state->mem32, state->memsize, XXH_aligned); in XXH32_digest()

Completed in 27 milliseconds